mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-08-04 02:34:45 +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
|
id: background
|
||||||
color: Qt.rgba(0, 0, 0, 0.8)
|
anchors.fill: parent
|
||||||
|
colorGroup: PlasmaCore.Theme.ComplementaryColorGroup
|
||||||
width: window.width
|
width: window.width
|
||||||
height: window.height
|
height: window.height
|
||||||
state: "closed"
|
state: "closed"
|
||||||
|
Rectangle {
|
||||||
PlasmaCore.ColorScope {
|
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
colorGroup: PlasmaCore.Theme.ComplementaryColorGroup
|
color: background.backgroundColor
|
||||||
|
|
||||||
PlasmaComponents.BusyIndicator {
|
PlasmaComponents.BusyIndicator {
|
||||||
anchors.centerIn: parent
|
anchors.centerIn: parent
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue