Index: sources/gui/qml/main.qml =================================================================== diff -u -r50e38888132835a21357dfadff7a9bb1ccfdd334 -r8fa24e534368d2baad16f262d31630996798977f --- sources/gui/qml/main.qml (.../main.qml) (revision 50e38888132835a21357dfadff7a9bb1ccfdd334) +++ sources/gui/qml/main.qml (.../main.qml) (revision 8fa24e534368d2baad16f262d31630996798977f) @@ -260,6 +260,18 @@ Background {} + Rectangle { + id: menuBlurredBackground + objectName: "menuBlurredBackground" + 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