Index: sources/gui/qml/components/VitalsButton.qml =================================================================== diff -u -r9bd436782039b50ac45eb38f561a36706517271b -rb12853c86ef9e517667516dc3e47bca07349cedf --- sources/gui/qml/components/VitalsButton.qml (.../VitalsButton.qml) (revision 9bd436782039b50ac45eb38f561a36706517271b) +++ sources/gui/qml/components/VitalsButton.qml (.../VitalsButton.qml) (revision b12853c86ef9e517667516dc3e47bca07349cedf) @@ -29,12 +29,12 @@ } Text { id: _vitalCountdown - objectName: "vitalCountdown" + objectName: "_vitalCountdown" color : "gray" anchors { top : _root.bottom - topMargin : 5 * -1 + topMargin : -5 horizontalCenter: _root.horizontalCenter } horizontalAlignment : Text.AlignHCenter