Index: sources/gui/qml/pages/treatment/sections/TreatmentSaline.qml =================================================================== diff -u -r7805806e4370be4d9207872e916f478875bd4ba6 -rdff9d50ebfa80ec99313586e1d48662b72940d24 --- sources/gui/qml/pages/treatment/sections/TreatmentSaline.qml (.../TreatmentSaline.qml) (revision 7805806e4370be4d9207872e916f478875bd4ba6) +++ sources/gui/qml/pages/treatment/sections/TreatmentSaline.qml (.../TreatmentSaline.qml) (revision dff9d50ebfa80ec99313586e1d48662b72940d24) @@ -49,8 +49,8 @@ header.showEdit: false QtObject { id: _private - readonly property string textStart : qsTr("START BOLUS") + textVolumeTarget - readonly property string textStop : qsTr("STOP BOLUS" ) + textVolumeTarget + readonly property string textStart : qsTr("Start Bolus") + textVolumeTarget + readonly property string textStop : qsTr("Stop Bolus" ) + textVolumeTarget readonly property string textVolumeTarget : " (" + valueTarget + unit + ")" readonly property string mesgDisabled : qsTr("Maximum cumulative saline bolus volume delivered") readonly property string mesgWaitForPump : "" // qsTr("Saline Bolus is starting") // Not sure if we shouls show any message at this point @@ -98,7 +98,7 @@ right: __valueDeliveredUnit.left rightMargin: 5 } - font.pixelSize : Fonts.fontPixelFluidText + font.pixelSize : 18//Fonts.fontPixelFluidText font.weight : Font.DemiBold text: value width: contentWidth @@ -112,7 +112,7 @@ bottomMargin: Variables.defaultMargin right: _fluidProgressBar.right } - font.pixelSize : Fonts.fontPixelFluidText + font.pixelSize : 18//Fonts.fontPixelFluidText text: _root.unit width: contentWidth } @@ -126,10 +126,10 @@ text.text: buttonText backgroundColor: borderColor - textColor: isDisabled || isWaitPump ? Colors.textButton : Colors.textDisableButton + textColor: Colors.textButton text.font { - weight: Font.DemiBold - pixelSize : 16 + weight : Font.DemiBold + pixelSize : 20 } onPressed : { if ( isIdle ) vTreatmentAdjustmentSaline.doStart() // IDLE