Windows layer darker

This commit is contained in:
Pier Luigi Fiorini 2014-12-02 20:38:56 +01:00
parent afa8f0feee
commit 7f7ada9267

View file

@ -81,7 +81,7 @@ Rectangle {
id: windowsLayerBackground id: windowsLayerBackground
anchors.fill: parent anchors.fill: parent
anchors.topMargin: topBarHeight anchors.topMargin: topBarHeight
color: Qt.rgba(0, 0, 0, 0.5) color: Qt.rgba(0, 0, 0, 0.9)
Flickable { Flickable {
id: windowsLayer id: windowsLayer