Index: sources/gui/qml/pages/treatment/sections/TreatmentVitals.qml =================================================================== diff -u -r26af78da75502c56dcff8ad402e63d64a496f341 -rab7efbd73d4a4c0a0a10886629f9a5975ca08315 --- sources/gui/qml/pages/treatment/sections/TreatmentVitals.qml (.../TreatmentVitals.qml) (revision 26af78da75502c56dcff8ad402e63d64a496f341) +++ sources/gui/qml/pages/treatment/sections/TreatmentVitals.qml (.../TreatmentVitals.qml) (revision ab7efbd73d4a4c0a0a10886629f9a5975ca08315) @@ -32,11 +32,10 @@ header.title: qsTr("Vitals" ) contentItem: Column { id: _content - spacing : Variables.defaultMargin * 5 - anchors.fill: parent + spacing : Variables.defaultMargin * 4 LabelValue { id: _bloodPressure - height: 45 + height: 40 width: contentItem.width topTextFont.pixelSize: Fonts.fontPixelVitals topTextFont.weight: Font.Bold @@ -45,7 +44,7 @@ } LabelValue { id: _heartBeat - height: 30 + height: 45 width: contentItem.width topTextFont.pixelSize: Fonts.fontPixelVitals topTextFont.weight: Font.Bold @@ -59,8 +58,12 @@ text: qsTr("Last Recorded: " ) font.pixelSize: 18 font.weight: Font.Light + verticalAlignment: Text.AlignBottom } + } + function updateVitalTime() { + _lastRecorded.text = qsTr("Last Recorded: " ) + vDateTime.time } // TODO