Index: sources/gui/qml/components/ModalDialog.qml =================================================================== diff -u -rf148379112a69d1c52027f2667e95f3f96d948ad -rd4b88173e0d4a683a315d2fc57b8e1ec356b1232 --- sources/gui/qml/components/ModalDialog.qml (.../ModalDialog.qml) (revision f148379112a69d1c52027f2667e95f3f96d948ad) +++ sources/gui/qml/components/ModalDialog.qml (.../ModalDialog.qml) (revision d4b88173e0d4a683a315d2fc57b8e1ec356b1232) @@ -24,9 +24,13 @@ * \brief The parent item for modal dialogs */ Dialog { id : _root - property bool autoHide : false - property int autoHideDuration : 1000 - property alias notificationText : _notification.text + property bool autoHide : false; + property int autoHideDuration : 1000; + property alias notificationText : _notification.text; + property alias backgroundColor : _backgroundRect.color; + property alias textColor : _notification.textColor; + property alias border : _backgroundRect.border; + property alias radius : _backgroundRect.radius; width : Variables.dialogWidth height : Variables.dialogHeight