mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +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
|
||||
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
|
||||
|
|
|
|||
Loading…
Reference in a new issue