Index: sources/gui/qml/globals/Variables.qml =================================================================== diff -u -rc52701259341870bc9a436fc87f84f23b340c09c -r89426b2b3d45008f5e6cb19e0c7adef3a242ce36 --- sources/gui/qml/globals/Variables.qml (.../Variables.qml) (revision c52701259341870bc9a436fc87f84f23b340c09c) +++ sources/gui/qml/globals/Variables.qml (.../Variables.qml) (revision 89426b2b3d45008f5e6cb19e0c7adef3a242ce36) @@ -33,6 +33,7 @@ readonly property int dialogIconHorizontalOffset : 25 readonly property int headerHeight : 100 readonly property int headerButtonsMargin : 35 + readonly property int confirmButtonWidth : 155 readonly property int mainMenuHeight : 70 @@ -75,7 +76,7 @@ readonly property int rangeMarkerHeightShort : 20 readonly property int rangeMarkerWidth : 2 - readonly property int progressbarHeight : 15 + readonly property int progressbarHeight : 30 readonly property int progressbarHandler : 35 readonly property int progressbarHandlerBorderWidth : 4 readonly property int progressbarRectMargin : 0 // default as 0 to avoid progressRect having a thicker border than slider body @@ -126,7 +127,7 @@ readonly property int ultrafiltrationProgressbarWidth : 880 readonly property int ultrafiltrationAdjustmtenOptionWidth : 520 readonly property int ultrafiltrationAdjustmtenOptionHeight : 275 - readonly property int ultraFiltrationProgressBarHeight :30 + readonly property int ultraFiltrationProgressBarHeight : 30 readonly property int silenceIconMargin : 10 readonly property int notificationBarIconMargin : 10