From 0e3cbd2930ec226c32db92e8b7569eb7e61bdc30 Mon Sep 17 00:00:00 2001 From: David Rowe Date: Tue, 23 Feb 2016 18:05:49 +1300 Subject: [PATCH] Tidying --- interface/resources/qml/styles-uit/HifiConstants.qml | 2 +- interface/resources/qml/windows-uit/Window.qml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/interface/resources/qml/styles-uit/HifiConstants.qml b/interface/resources/qml/styles-uit/HifiConstants.qml index 466feb88d5..da904d5edb 100644 --- a/interface/resources/qml/styles-uit/HifiConstants.qml +++ b/interface/resources/qml/styles-uit/HifiConstants.qml @@ -79,7 +79,7 @@ Item { readonly property real tablePadding: 12 readonly property real tableRowHeight: largeScreen ? 26 : 23 readonly property real modalDialogMargin: 50 - readonly property real modalDialogTitleHeight: 40 // DJRTODO: Use + readonly property real modalDialogTitleHeight: 40 } Item { diff --git a/interface/resources/qml/windows-uit/Window.qml b/interface/resources/qml/windows-uit/Window.qml index 8a1cd44c8b..2bc0175bf2 100644 --- a/interface/resources/qml/windows-uit/Window.qml +++ b/interface/resources/qml/windows-uit/Window.qml @@ -58,6 +58,8 @@ Fadable { // The content to place inside the window, determined by the client default property var content + function setDefaultFocus() {} // Default function; can be overridden by dialogs. + property var rectifier: Timer { property bool executing: false; interval: 100