Index: sources/gui/qml/globals/Variables.qml =================================================================== diff -u -r9391d4058233e096350d9dc3ced79aed8ed93b38 -r79bf4dda5c027044ebd0014e7deac42a058a7fcf --- sources/gui/qml/globals/Variables.qml (.../Variables.qml) (revision 9391d4058233e096350d9dc3ced79aed8ed93b38) +++ sources/gui/qml/globals/Variables.qml (.../Variables.qml) (revision 79bf4dda5c027044ebd0014e7deac42a058a7fcf) @@ -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 : 80 + 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,9 @@ readonly property int progressbarInfusionHeight : 5 + readonly property int sliderTextMargin : 20 + + readonly property int bloodFlowResolution : 25 + readonly property int dialysateFlowResolution : 50 + }