Index: sources/gui/qml/globals/Variables.qml =================================================================== diff -u -reecf28d1c27df3f060b6d671f209016ad62b594c -ra6ad83a73eb80978261a408ee5a92fbc8f7faa4e --- sources/gui/qml/globals/Variables.qml (.../Variables.qml) (revision eecf28d1c27df3f060b6d671f209016ad62b594c) +++ sources/gui/qml/globals/Variables.qml (.../Variables.qml) (revision a6ad83a73eb80978261a408ee5a92fbc8f7faa4e) @@ -80,10 +80,10 @@ readonly property int rangeRectRadius : 2 readonly property int rangeRectTextMargin : 10 readonly property int rangeRectBorderWidth : 2 - readonly property int rangeMarkerHeight : 60 + readonly property int rangeMarkerHeight : 50 readonly property int rangeMarkerHeightMidle : 40 readonly property int rangeMarkerHeightShort : 30 - readonly property int rangeMarkerWidth : 2 + readonly property int rangeMarkerWidth : 3 readonly property int progressbarHeight : 30 readonly property int progressbarHandler : 30 @@ -144,6 +144,8 @@ readonly property int ultrafiltrationAdjustmtenOptionHeight : 275 readonly property int ultraFiltrationProgressBarHeight : 25 readonly property int ultraFiltrationEditSliderHeight : sliderDefaultBodyHeight // to be consistent with other sliders + readonly property int ultrafiltrationButtonWidth : 300 + readonly property int ultrafiltrationButtonHeight : 60 readonly property int silenceIconMargin : 10 readonly property int notificationBarIconMargin : 10 @@ -208,7 +210,7 @@ readonly property int textBoxBorderWidth : 2 readonly property int adjustmentDialogWidth : applicationWidth * 0.7 readonly property int adjustmentDialogHeight : applicationHeight * 0.7 - readonly property int adjustmentHeaderHeight : 100 + readonly property int adjustmentHeaderHeight : 120 readonly property int adjustmentButtonMargin : 30 // ---------- < PRS > Related Section ----------