Index: sources/gui/qml/main.qml =================================================================== diff -u -r23f8a6036e22f80c3c5fd2834a2980bb62d2a34d -rd70b0372a4457f36abedd3034f237d6e0cafa111 --- sources/gui/qml/main.qml (.../main.qml) (revision 23f8a6036e22f80c3c5fd2834a2980bb62d2a34d) +++ sources/gui/qml/main.qml (.../main.qml) (revision d70b0372a4457f36abedd3034f237d6e0cafa111) @@ -260,18 +260,6 @@ Background {} - Rectangle { - id: dimBackground - objectName: "dimBackground" - color: "black" - anchors.fill: parent - z: 3 - visible: false - - Behavior on opacity { NumberAnimation { duration: 300} } - opacity : visible !== true ? 0.0 : 0.7 - } - // ----- Follow the below Z order ----- // 1 - Screens // 1 - 1