Index: sources/gui/qml/dialogs/NotificationDialog.qml =================================================================== diff -u -rc9f8f8cf3c6c37fc6460d8675c62c9442c4d4263 -rb344b0c5930a531ac3771fd78f1dbf4b715dd03e --- sources/gui/qml/dialogs/NotificationDialog.qml (.../NotificationDialog.qml) (revision c9f8f8cf3c6c37fc6460d8675c62c9442c4d4263) +++ sources/gui/qml/dialogs/NotificationDialog.qml (.../NotificationDialog.qml) (revision b344b0c5930a531ac3771fd78f1dbf4b715dd03e) @@ -150,8 +150,8 @@ clip : true anchors { fill : parent - topMargin : 5 + _titleBar .height - bottomMargin : 5 + _buttonGroup .height + topMargin : _titleBar .height + 2 + bottomMargin : _buttonGroup .height } Text { id: _desc Index: sources/gui/qml/globals/Fonts.qml =================================================================== diff -u -r53b262fea2d4b5bd78ff878fda0848f3737e7b74 -rb344b0c5930a531ac3771fd78f1dbf4b715dd03e --- sources/gui/qml/globals/Fonts.qml (.../Fonts.qml) (revision 53b262fea2d4b5bd78ff878fda0848f3737e7b74) +++ sources/gui/qml/globals/Fonts.qml (.../Fonts.qml) (revision b344b0c5930a531ac3771fd78f1dbf4b715dd03e) @@ -28,9 +28,9 @@ readonly property int fontPixelSection : 36 readonly property int fontPixelDialogText : 22 - readonly property int fontPixelAlarmTitle : 32 - readonly property int fontPixelAlarmBarTitle : 30 - readonly property int fontPixelAlarmMessage : 28 + readonly property int fontPixelAlarmTitle : 48 + readonly property int fontPixelAlarmBarTitle : 40 + readonly property int fontPixelAlarmMessage : 40 readonly property int fontPixelTouchAreaTitle : 16