Index: sources/gui/qml/globals/Variables.qml =================================================================== diff -u -r9ec7a27375189ad75f0bef142cd6beb386db0955 -rcbea4224ad67eecc2e7c4c66df9a7db711c72832 --- sources/gui/qml/globals/Variables.qml (.../Variables.qml) (revision 9ec7a27375189ad75f0bef142cd6beb386db0955) +++ sources/gui/qml/globals/Variables.qml (.../Variables.qml) (revision cbea4224ad67eecc2e7c4c66df9a7db711c72832) @@ -24,13 +24,20 @@ QtObject { readonly property int applicationWidth : 1280 readonly property int applicationHeight : 800 + readonly property int buttonSpacing : 150 + readonly property int dialogSVGHeight : 50 + readonly property int dialogSVGWidth : 50 + readonly property int dialogSVGIconOffset : 25 readonly property int headerHeight : 100 readonly property int mainMenuHeight : 70 readonly property int logoWidth : 50 readonly property int logoHeight : 50 + readonly property int largeArrowWidth : 24 + readonly property int largeArrowHeight : 32 + readonly property int arrowWidth : 12 readonly property int arrowHeight : 16 @@ -65,12 +72,30 @@ readonly property int sliderTextMargin : 20 - readonly property int notificationHeight : 60 + readonly property int notificationHeight : 50 + readonly property int notificationIconSize : 36 + readonly property int backIconDiameter : 17 + + readonly property int pauseIconDiameter : 60 + // --- PRS --- + readonly property int bloodFlowMin : 100 + readonly property int bloodFlowMax : 500 readonly property int bloodFlowResolution : 25 readonly property int dialysateFlowResolution : 50 readonly property int durationResolution : 15 // PRS346 + readonly property int silenceIconMargin : 20 + readonly property int notificationBarIconMargin : 10 + readonly property int notificationBarIconHeight : 30 + readonly property int notificationBarIconWidth : 30 + + readonly property int settingsOptionWidth : 550 + readonly property int settingsOptionHeight : 50 + + readonly property int ultrafiltrationProgressbarWidth : 880 + readonly property int ultrafiltrationAdjustmtenOptionWidth : 520 + readonly property int ultrafiltrationAdjustmtenOptionHeight: 275 }