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