Index: sources/AlarmGenerator.cpp =================================================================== diff -u -r712f4c8a1b2382919300895b4422b831471044a3 -r3c0010b123fe25246ec7f040965d0a37e8e9a7cc --- sources/AlarmGenerator.cpp (.../AlarmGenerator.cpp) (revision 712f4c8a1b2382919300895b4422b831471044a3) +++ sources/AlarmGenerator.cpp (.../AlarmGenerator.cpp) (revision 3c0010b123fe25246ec7f040965d0a37e8e9a7cc) @@ -23,6 +23,7 @@ GuiAlarmFlags::ALARM_STATE_FLAG_BIT_POS_NO_RESUME , \ GuiAlarmFlags::ALARM_STATE_FLAG_BIT_POS_NO_RINSEBACK , \ GuiAlarmFlags::ALARM_STATE_FLAG_BIT_POS_NO_END_TREATMENT, \ + GuiAlarmFlags::ALARM_STATE_FLAG_BIT_POS_NO_TEMPORARY_BREAK, \ } // GuiAlarmFlags::ALARM_STATE_FLAG_BIT_POS_NO_NEW_TREATMENT, \ // TODO : recently removed. 3/7/22 Index: sources/gui/qml/dialogs/AlarmDialog.qml =================================================================== diff -u -rf3cb87e84d6cb1034f2527ed44ceb119f59c4c77 -r3c0010b123fe25246ec7f040965d0a37e8e9a7cc --- sources/gui/qml/dialogs/AlarmDialog.qml (.../AlarmDialog.qml) (revision f3cb87e84d6cb1034f2527ed44ceb119f59c4c77) +++ sources/gui/qml/dialogs/AlarmDialog.qml (.../AlarmDialog.qml) (revision 3c0010b123fe25246ec7f040965d0a37e8e9a7cc) @@ -196,8 +196,8 @@ Rectangle { id: _timerRect property int countDown : 0 - height: 70 - width: parent.width / 3 + height : 70 + width : parent.width / 3 anchors { bottom : _alarmID.top @@ -207,7 +207,7 @@ } color : "#FFECEC" - radius : 10 + radius : height Text { id: _astrix anchors { @@ -241,7 +241,7 @@ verticalCenter : parent.verticalCenter left: _timerDescription.right } - height: _titleBar.height + height : _titleBar.height textPixelSize : 35 textWeight : Font.Bold secondsVisible : false