Index: sources/gui/qml/globals/Variables.qml =================================================================== diff -u -ra6586ea871f21a08e7d50552983360fb5e344b3a -r5f6975c6ee7823fc884328418298128cdb97107f --- sources/gui/qml/globals/Variables.qml (.../Variables.qml) (revision a6586ea871f21a08e7d50552983360fb5e344b3a) +++ sources/gui/qml/globals/Variables.qml (.../Variables.qml) (revision 5f6975c6ee7823fc884328418298128cdb97107f) @@ -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 @@ -191,6 +194,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