Index: sources/gui/qml/globals/Variables.qml =================================================================== diff -u -r54c4136d95375116e6daf23b7d4179159cf13d0c -rfec49d1a8016d25cedff4cf2fefb4c4cd1c7c259 --- sources/gui/qml/globals/Variables.qml (.../Variables.qml) (revision 54c4136d95375116e6daf23b7d4179159cf13d0c) +++ sources/gui/qml/globals/Variables.qml (.../Variables.qml) (revision fec49d1a8016d25cedff4cf2fefb4c4cd1c7c259) @@ -76,6 +76,7 @@ readonly property int progressbarHeight : 30 readonly property int progressbarHandler : 35 + readonly property int progressbarHandlerBorderWidth : 4 readonly property int progressbarFluidHeight : 5 readonly property int progressbarSmall : 5 @@ -172,13 +173,13 @@ // - Artrial // - Artrial - Entire pressure value range readonly property int arterialValueMin : -400; ///< PRS362 const - readonly property int arterialValueMax : +600; ///< PRS362 const + readonly property int arterialValueMax : +100; ///< PRS362 const // - Artrial - Adjust pressure limit range and manufacturing default - Low readonly property int arterialLimitLowMin : -300; ///< PRS354 const - readonly property int arterialLimitLowMax : -30; ///< PRS354 const + readonly property int arterialLimitLowMax : +70; ///< PRS354 const // - Artrial - Adjust pressure limit range and manufacturing default - High readonly property int arterialLimitHighMin : -270; ///< PRS355 const - readonly property int arterialLimitHighMax : 0; ///< PRS355 const + readonly property int arterialLimitHighMax : +100; ///< PRS355 const // - Artrial - Adjust pressure limit resolution readonly property int arterialLimitStep : +10; ///< PRS354,PRS355 // has to be the same since it's on the same line scale readonly property int arterialLimitGap : +30;