diff --git a/compositor/contents/Compositor.qml b/compositor/contents/Compositor.qml index 54e2286c..a8961a15 100644 --- a/compositor/contents/Compositor.qml +++ b/compositor/contents/Compositor.qml @@ -81,7 +81,7 @@ Rectangle { id: windowsLayerBackground anchors.fill: parent anchors.topMargin: topBarHeight - color: Qt.rgba(0, 0, 0, 0.5) + color: Qt.rgba(0, 0, 0, 0.9) Flickable { id: windowsLayer