mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-07-28 15:24:45 +00:00
Windows layer darker
This commit is contained in:
parent
afa8f0feee
commit
7f7ada9267
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue