Index: sources/gui/qml/globals/Variables.qml =================================================================== diff -u -r77ba0083b790f7c1c851c60ecaeaa4f2e7eff7a8 -rb6964f987cdc41c7ad3c3ad8f7dffc30d75b3205 --- sources/gui/qml/globals/Variables.qml (.../Variables.qml) (revision 77ba0083b790f7c1c851c60ecaeaa4f2e7eff7a8) +++ sources/gui/qml/globals/Variables.qml (.../Variables.qml) (revision b6964f987cdc41c7ad3c3ad8f7dffc30d75b3205) @@ -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 @@ -131,6 +132,8 @@ readonly property int createTreatmentSwitchYDisplacement : 15 readonly property int treatmentFlowsComponentWidth : 150 + readonly property int treatmentPressureTitleWidth : 125 + readonly property int treatmentPressureValueWidth : 140 readonly property int ultrafiltrationProgressbarWidth : 880 readonly property int ultrafiltrationAdjustmtenOptionWidth : 520