This commit is contained in:
David Rowe 2016-02-23 18:05:49 +13:00
parent b09a20187a
commit 0e3cbd2930
2 changed files with 3 additions and 1 deletions

View file

@ -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 {

View file

@ -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