Index: sources/gui/qml/pages/treatment/adjustments/TreatmentAdjustmentVitals.qml =================================================================== diff -u -r785e8b1148fb690e3610557a0f6a976284e36f46 -r8e9ab09c145174b7912fc13f0ea906572a45ad9c --- sources/gui/qml/pages/treatment/adjustments/TreatmentAdjustmentVitals.qml (.../TreatmentAdjustmentVitals.qml) (revision 785e8b1148fb690e3610557a0f6a976284e36f46) +++ sources/gui/qml/pages/treatment/adjustments/TreatmentAdjustmentVitals.qml (.../TreatmentAdjustmentVitals.qml) (revision 8e9ab09c145174b7912fc13f0ea906572a45ad9c) @@ -78,11 +78,11 @@ } Column { id: _buttonRow - spacing: Variables.defaultMargin + spacing: Variables.defaultMargin * 1.5 anchors { bottom : _root.contentItem.bottom - bottomMargin : Variables.defaultMargin * 6 + bottomMargin : Variables.defaultMargin * 5 horizontalCenter: _root.contentItem.horizontalCenter } @@ -122,7 +122,7 @@ width : 100 horizontalAlignment : Text.AlignHCenter color : Colors.offWhite - font.pixelSize : Fonts.fontPixelValueControl + font.pixelSize : 30 } Rectangle { id: _rightLine @@ -143,9 +143,9 @@ anchors.horizontalCenter: parent.horizontalCenter text { - text : qsTr("MEASURE VITALS") - font.bold : true + text : qsTr("Measure Vitals") font.pixelSize : Fonts.fontPixelConfirm + font.weight : Font.Medium } onClicked: vTreatmentAdjustmentVitals.doRequest()