Index: sources/gui/qml/dialogs/AlarmDialog.qml =================================================================== diff -u -rd59edcf7fa2a0f096e22d330012dbaefa4bda374 -rfdddcd8b25b5acc99f8c044c998af0e95752063c --- sources/gui/qml/dialogs/AlarmDialog.qml (.../AlarmDialog.qml) (revision d59edcf7fa2a0f096e22d330012dbaefa4bda374) +++ sources/gui/qml/dialogs/AlarmDialog.qml (.../AlarmDialog.qml) (revision fdddcd8b25b5acc99f8c044c998af0e95752063c) @@ -196,7 +196,7 @@ } } - Rectangle { id: _timerRect + Item { id: _timerRect property int countDown : 0 height : 70 @@ -209,9 +209,6 @@ leftMargin : Variables.defaultMargin * 4 } - color : "#FFECEC" - radius : height - Text { id: _astrix anchors { left: parent.left @@ -232,10 +229,9 @@ } color : "black" - text : qsTr("Rinseback will not be allowed in:") + text : qsTr("Return Blood will not be allowed in:") font.pixelSize : 25 font.weight : Font.Medium - } TimeText { id: _timeoutText