Index: sources/gui/qml/globals/Variables.qml =================================================================== diff -u -rac23b968f565c2beeb153ca2d554b8f868634512 -rac07818fa03e65ff3601535b790bb6cb4e34f731 --- sources/gui/qml/globals/Variables.qml (.../Variables.qml) (revision ac23b968f565c2beeb153ca2d554b8f868634512) +++ sources/gui/qml/globals/Variables.qml (.../Variables.qml) (revision ac07818fa03e65ff3601535b790bb6cb4e34f731) @@ -164,9 +164,9 @@ readonly property int arterialValueMax : +600; ///< PRS362 const // - Artrial - Adjust pressure limit range and manufacturing default - Low readonly property int arterialLimitLowMin : -300; ///< PRS354 const - readonly property int arterialLimitLowMax : 0; ///< PRS354 const + readonly property int arterialLimitLowMax : -30; ///< PRS354 const // - Artrial - Adjust pressure limit range and manufacturing default - High - readonly property int arterialLimitHighMin : -300; ///< PRS355 const + readonly property int arterialLimitHighMin : -270; ///< PRS355 const readonly property int arterialLimitHighMax : 0; ///< 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 @@ -178,9 +178,9 @@ readonly property int venousValueMax : +700; ///< PRS361 const // - Venous - Adjust pressure limit range and manufacturing default - Low readonly property int venousLimitLowMin : +20; ///< PRS356 const - readonly property int venousLimitLowMax : +600; ///< PRS356 const + readonly property int venousLimitLowMax : +570; ///< PRS356 const // - Venous - Adjust pressure limit range and manufacturing default - High - readonly property int venousLimitHighMin : +20; ///< PRS357 const + readonly property int venousLimitHighMin : +50; ///< PRS357 const readonly property int venousLimitHighMax : +600; ///< PRS357 const // - Venous - Adjust pressure limit resolution readonly property int venousLimitStep : +10; ///< PRS356,PRS357 // has to be the same since it's on the same line scale