mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-29 15:03:09 +00:00
try with opaque feedback
This commit is contained in:
parent
9e7821c75f
commit
ac6fa1866e
1 changed files with 6 additions and 5 deletions
|
|
@ -41,16 +41,17 @@ Window {
|
|||
}
|
||||
}
|
||||
|
||||
Rectangle {
|
||||
PlasmaCore.ColorScope {
|
||||
id: background
|
||||
color: Qt.rgba(0, 0, 0, 0.8)
|
||||
anchors.fill: parent
|
||||
colorGroup: PlasmaCore.Theme.ComplementaryColorGroup
|
||||
width: window.width
|
||||
height: window.height
|
||||
state: "closed"
|
||||
|
||||
PlasmaCore.ColorScope {
|
||||
Rectangle {
|
||||
anchors.fill: parent
|
||||
colorGroup: PlasmaCore.Theme.ComplementaryColorGroup
|
||||
color: background.backgroundColor
|
||||
|
||||
PlasmaComponents.BusyIndicator {
|
||||
anchors.centerIn: parent
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue