Index: sources/gui/qml/globals/Variables.qml =================================================================== diff -u -r0401b9a1fb6f89f0ec83571f2f868956c7500a0f -rb62ab443e75b76a91e35aca6ba2efd84e7199602 --- sources/gui/qml/globals/Variables.qml (.../Variables.qml) (revision 0401b9a1fb6f89f0ec83571f2f868956c7500a0f) +++ sources/gui/qml/globals/Variables.qml (.../Variables.qml) (revision b62ab443e75b76a91e35aca6ba2efd84e7199602) @@ -87,6 +87,9 @@ readonly property int topBarMenuHeight : 100 readonly property int sliderCircleDiameter : 25 + readonly property int gridSelectionButtonHeight : 100 + readonly property int gridSelectionButtonWidth : 375 + readonly property int createTreatmentFlickableDeceleration : 4500 readonly property int createTreatmentTableHeight : 800 readonly property int createTreatmentTableWidth : applicationWidth - 50 @@ -96,6 +99,8 @@ readonly property int createTreatmentSubTableHeight : 50 readonly property int createTreatmentSubTableWidth : 500 readonly property int createTreatmentSliderMargin : 40 + readonly property int createTreatmentSliderHeight : 50 + readonly property int createTreatmentSliderWidth : 750 readonly property int ultrafiltrationProgressbarWidth : 880 readonly property int ultrafiltrationAdjustmtenOptionWidth : 520