Index: sources/gui/qml/globals/Variables.qml =================================================================== diff -u -r9391d4058233e096350d9dc3ced79aed8ed93b38 -rf148379112a69d1c52027f2667e95f3f96d948ad --- sources/gui/qml/globals/Variables.qml (.../Variables.qml) (revision 9391d4058233e096350d9dc3ced79aed8ed93b38) +++ sources/gui/qml/globals/Variables.qml (.../Variables.qml) (revision f148379112a69d1c52027f2667e95f3f96d948ad) @@ -40,13 +40,14 @@ readonly property int touchRectHeight : 85 //K:D //70 readonly property int touchRectRadius : 45 - readonly property int poweroffWidth : 950 - readonly property int poweroffHeight : 550 readonly property int titleBottomPadding : 25 readonly property int columnSpacing : 25 //K:D //20 + readonly property int dialogMargin : mainMenuHeight * 2 + readonly property int dialogWidth : applicationWidth - dialogMargin + readonly property int dialogHeight : applicationHeight - dialogMargin readonly property int dialogRadius : 10 readonly property int rangeRectMargin : 1 @@ -61,4 +62,12 @@ readonly property int progressbarInfusionHeight : 5 + readonly property int sliderTextMargin : 20 + + readonly property int notificationHeight : 60 + + // --- PRS --- + readonly property int bloodFlowResolution : 25 + readonly property int dialysateFlowResolution : 50 + }