From 63b482f2aafb14752542276e4b58482072135158 Mon Sep 17 00:00:00 2001 From: Marco Martin Date: Thu, 4 Dec 2014 14:19:13 +0100 Subject: [PATCH] bind bottom bar opacity to windows scale --- 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 ea2cdab2..64d40bdb 100644 --- a/compositor/contents/Compositor.qml +++ b/compositor/contents/Compositor.qml @@ -134,7 +134,7 @@ Rectangle { anchors.right: parent.right anchors.bottom: parent.bottom height: compositorRoot.state == "homeScreen" ? 0 : bottomBarHeight - color: Qt.rgba(0, 0, 0, (compositorRoot.state == "application" ? 1.0 : 0.5)) + color: Qt.rgba(0, 0, 0, windowsLayout.scale) Behavior on height { NumberAnimation {