Index: sources/gui/qml/globals/Variables.qml =================================================================== diff -u -r77ba0083b790f7c1c851c60ecaeaa4f2e7eff7a8 -r923377d29fe730c0e2209386479a61b1e8ee1097 --- sources/gui/qml/globals/Variables.qml (.../Variables.qml) (revision 77ba0083b790f7c1c851c60ecaeaa4f2e7eff7a8) +++ sources/gui/qml/globals/Variables.qml (.../Variables.qml) (revision 923377d29fe730c0e2209386479a61b1e8ee1097) @@ -24,6 +24,7 @@ */ QtObject { readonly property int keybardAnimationDuration : 200 + readonly property int defaultAnimationDuration : 250 readonly property int applicationWidth : 1920 //// ----- @LEAHIZED readonly property int applicationHeight : 1080 //// ----- @LEAHIZED @@ -35,7 +36,7 @@ readonly property int headerButtonsMargin : 35 readonly property int confirmButtonWidth : 155 readonly property int headerBarDateTimeWidth : 200 - readonly property int defaultMargin : 20 + readonly property int defaultMargin : 20 // NEVER CHANGE readonly property int contentHeight : 50 readonly property int mainMenuHeight : 80 //// ----- @LEAHIZED