Index: sources/gui/qml/globals/Variables.qml =================================================================== diff -u -r743b1bbe1b18908167d3f5f6f8b0d5c66cbe1295 -r45809f32e7c54277c75159ca6ce3143586c13ffb --- sources/gui/qml/globals/Variables.qml (.../Variables.qml) (revision 743b1bbe1b18908167d3f5f6f8b0d5c66cbe1295) +++ sources/gui/qml/globals/Variables.qml (.../Variables.qml) (revision 45809f32e7c54277c75159ca6ce3143586c13ffb) @@ -7,7 +7,7 @@ * * \file Variables.qml * \author (last) Behrouz NematiPour - * \date (last) 17-Feb-2022 + * \date (last) 28-Sep-2022 * \author (original) Behrouz NematiPour * \date (original) 09-Oct-2019 * @@ -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 @@ -191,13 +192,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;