Index: sources/gui/qml/components/ModalDialog.qml =================================================================== diff -u -r16a8f25568b4636ebc31e76c86a8031940cc4ad7 -rda2dbdbd92d099e44d11bbfb2b794d5ee19a0f0a --- sources/gui/qml/components/ModalDialog.qml (.../ModalDialog.qml) (revision 16a8f25568b4636ebc31e76c86a8031940cc4ad7) +++ sources/gui/qml/components/ModalDialog.qml (.../ModalDialog.qml) (revision da2dbdbd92d099e44d11bbfb2b794d5ee19a0f0a) @@ -37,7 +37,6 @@ property alias notificationText : _notification.text property alias notification : _notification property bool showDropShadow : false - property bool showGradient : false width : Variables.dialogWidth height : Variables.dialogHeight @@ -64,13 +63,6 @@ color : Colors.backgroundDialog radius: Variables.dialogRadius - Image { id: _backgroundImage - anchors.fill: parent - source : "qrc:/images/iPopupGradient" - fillMode : Image.Stretch - visible : _root.showGradient - } - layer.enabled: showDropShadow layer.effect: DropShadow { id: _dropShadow