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