Index: sources/gui/qml/components/ModalDialog.qml =================================================================== diff -u -r56e378f7504701b9e9a9dccaf205aef2fd52c58e -r2c9421bd6da03c7e0bd0bfa1f49fa95c2bd18a95 --- sources/gui/qml/components/ModalDialog.qml (.../ModalDialog.qml) (revision 56e378f7504701b9e9a9dccaf205aef2fd52c58e) +++ sources/gui/qml/components/ModalDialog.qml (.../ModalDialog.qml) (revision 2c9421bd6da03c7e0bd0bfa1f49fa95c2bd18a95) @@ -34,7 +34,7 @@ property alias textColor : _notification.textColor property alias border : _backgroundRect.border property alias radius : _backgroundRect.radius - property alias notification: _notification + property alias notification : _notification width : Variables.dialogWidth height : Variables.dialogHeight @@ -76,7 +76,5 @@ } } - NotificationBar { id: _notification - text: "" //_root.notificationText - } + NotificationBar { id: _notification } }