Index: sources/gui/qml/globals/Variables.qml =================================================================== diff -u -r6f1f6a13eaa0453c86f37b878d891ac535d40932 -r7db80dd579054dd4754ae4d135a4a3e647f09b5f --- sources/gui/qml/globals/Variables.qml (.../Variables.qml) (revision 6f1f6a13eaa0453c86f37b878d891ac535d40932) +++ sources/gui/qml/globals/Variables.qml (.../Variables.qml) (revision 7db80dd579054dd4754ae4d135a4a3e647f09b5f) @@ -78,10 +78,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 @@ -141,6 +141,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 @@ -205,7 +207,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 ----------