Index: sources/gui/qml/globals/Variables.qml =================================================================== diff -u -reea7f072f684a611d54f86b14c9d68e316bba0c6 -rcbea4224ad67eecc2e7c4c66df9a7db711c72832 --- sources/gui/qml/globals/Variables.qml (.../Variables.qml) (revision eea7f072f684a611d54f86b14c9d68e316bba0c6) +++ sources/gui/qml/globals/Variables.qml (.../Variables.qml) (revision cbea4224ad67eecc2e7c4c66df9a7db711c72832) @@ -72,9 +72,16 @@ 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 @@ -88,6 +95,7 @@ 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 }