Index: sources/gui/qml/globals/Variables.qml =================================================================== diff -u -r6f1f6a13eaa0453c86f37b878d891ac535d40932 -rbe27a57e3051a56b73c3549c383fbba1f85ac8e3 --- sources/gui/qml/globals/Variables.qml (.../Variables.qml) (revision 6f1f6a13eaa0453c86f37b878d891ac535d40932) +++ sources/gui/qml/globals/Variables.qml (.../Variables.qml) (revision be27a57e3051a56b73c3549c383fbba1f85ac8e3) @@ -41,6 +41,7 @@ readonly property int contentHeight : 50 readonly property int mainMenuHeight : 80 //// ----- @LEAHIZED + readonly property int alarmDialogHeaderHeight : 100 readonly property int minVGap : 15 readonly property int minVGap2 : 30 @@ -73,6 +74,7 @@ readonly property int dialogWidth : applicationWidth - dialogMargin readonly property int dialogHeight : applicationHeight - dialogMargin readonly property int dialogRadius : 10 + readonly property int alarmDialogRadius : 30 readonly property int rangeRectMargin : 1 readonly property int rangeRectRadius : 2 @@ -82,10 +84,11 @@ readonly property int rangeMarkerHeightMidle : 40 readonly property int rangeMarkerHeightShort : 30 readonly property int rangeMarkerWidth : 2 + readonly property int rangeMarkerWidthMidle : 3 readonly property int progressbarHeight : 30 - readonly property int progressbarHandler : 30 - readonly property int progressbarHandlerBorderWidth : 4 + readonly property int progressbarHandler : 40 + readonly property int progressbarHandlerBorderWidth : 3 readonly property int progressbarRectMargin : 0 // default as 0 to avoid progressRect having a thicker border than slider body readonly property int progressbarFluidHeight : 5 @@ -110,6 +113,7 @@ readonly property int pauseIconDiameter : 60 readonly property int arrowIconDiameter : 35 + readonly property int muteIconDiameter : 38 readonly property int headerIconDiameter : 40 readonly property int topBarMenuHeight : 80 //// ----- @LEAHIZED readonly property int sliderCircleDiameter : 30 @@ -141,6 +145,12 @@ 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 ultrafiltrationButtonBottomMargin : 60 + readonly property int ultrafiltrationRangeMarkerWidth : 4 + readonly property int ultrafiltrationRangeMarkerHandleWidth : 12 + readonly property int ultrafiltrationContentMargin : 200 readonly property int silenceIconMargin : 10 readonly property int notificationBarIconMargin : 10 @@ -205,7 +215,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 ----------