Index: sources/gui/qml/components/ModalDialog.qml =================================================================== diff -u -rd4b88173e0d4a683a315d2fc57b8e1ec356b1232 -re0f39a94ab67ab6c48389fb0d4faf5f32be13714 --- sources/gui/qml/components/ModalDialog.qml (.../ModalDialog.qml) (revision d4b88173e0d4a683a315d2fc57b8e1ec356b1232) +++ sources/gui/qml/components/ModalDialog.qml (.../ModalDialog.qml) (revision e0f39a94ab67ab6c48389fb0d4faf5f32be13714) @@ -24,13 +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 alias backgroundColor : _backgroundRect.color; - property alias textColor : _notification.textColor; - property alias border : _backgroundRect.border; - property alias radius : _backgroundRect.radius; + 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