Index: sources/gui/qml/globals/Variables.qml =================================================================== diff -u -r45617764a63d5573bfb942b039f2854ed25ba15d -r9ec7a27375189ad75f0bef142cd6beb386db0955 --- sources/gui/qml/globals/Variables.qml (.../Variables.qml) (revision 45617764a63d5573bfb942b039f2854ed25ba15d) +++ sources/gui/qml/globals/Variables.qml (.../Variables.qml) (revision 9ec7a27375189ad75f0bef142cd6beb386db0955) @@ -59,6 +59,7 @@ readonly property int rangeMarkerWidth : 2 readonly property int progressbarHeight : 30 + readonly property int progressbarHandler : 35 readonly property int progressbarFluidHeight: 5 @@ -70,4 +71,6 @@ readonly property int bloodFlowResolution : 25 readonly property int dialysateFlowResolution : 50 + readonly property int durationResolution : 15 // PRS346 + }