From 7f7ada9267c38a4419791ea3b90b1b33051e2807 Mon Sep 17 00:00:00 2001 From: Pier Luigi Fiorini Date: Tue, 2 Dec 2014 20:38:56 +0100 Subject: [PATCH] Windows layer darker --- compositor/contents/Compositor.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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