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