bind bottom bar opacity to windows scale

This commit is contained in:
Marco Martin 2014-12-04 14:19:13 +01:00
parent 9f47529ccb
commit 63b482f2aa

View file

@ -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 {