Index: sources/gui/qml/globals/Variables.qml =================================================================== diff -u -rf813d68fd04134b788273466fbf754b8996b4ac2 -r2f0b2e204b42597e08be24df48a3b3d470b73051 --- sources/gui/qml/globals/Variables.qml (.../Variables.qml) (revision f813d68fd04134b788273466fbf754b8996b4ac2) +++ sources/gui/qml/globals/Variables.qml (.../Variables.qml) (revision 2f0b2e204b42597e08be24df48a3b3d470b73051) @@ -66,9 +66,13 @@ readonly property int dialogHeight : applicationHeight - dialogMargin readonly property int dialogRadius : 5 + readonly property real sliderDefaultRoundTickMarkDiameter : 5 + readonly property real sliderCreateTreatmentHeight : 15 + readonly property int rangeRectMargin : 1 readonly property int rangeRectRadius : 2 readonly property int rangeRectTextMargin : 7 + readonly property int rangeRectBorderWidth : 2 readonly property int rangeMarkerHeight : 60 readonly property int rangeMarkerHeightMidle : 40 readonly property int rangeMarkerHeightShort : 20 @@ -98,7 +102,6 @@ readonly property int checkListViewItemWidth : 350 readonly property int checkListViewItemHeight : 60 - readonly property int pauseIconDiameter : 60 readonly property int topBarMenuHeight : 100 readonly property int sliderCircleDiameter : 30 @@ -117,7 +120,7 @@ readonly property int createTreatmentSubTableHeight : 50 readonly property int createTreatmentSubTableWidth : 500 readonly property int createTreatmentSliderMargin : 40 - readonly property int createTreatmentSliderHeight : 50 + readonly property int createTreatmentSliderHeight : 65 readonly property int createTreatmentSliderWidth : 750 readonly property int ultrafiltrationProgressbarWidth : 880 @@ -198,6 +201,9 @@ // Saline readonly property int salinePrecision : 1 + // Dialysate Temperature + readonly property int dialysateTempPrecision : 1 + function sizeConverted(vSize, vSizePowers, vRound = 2) { return ( vSize / vSizePowers // convert from byte to Giga byte