mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 17:03:58 +02:00
Tidying
This commit is contained in:
parent
b09a20187a
commit
0e3cbd2930
2 changed files with 3 additions and 1 deletions
|
@ -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 {
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue