mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-08-03 18:24:46 +00:00
panel: remove unnecessary color changes for header panel when quicksettings open
This commit is contained in:
parent
19e3840a23
commit
f292ca20f4
1 changed files with 0 additions and 7 deletions
|
|
@ -163,13 +163,6 @@ Item {
|
||||||
showDropShadow: !showingApp
|
showDropShadow: !showingApp
|
||||||
}
|
}
|
||||||
|
|
||||||
// top panel background (background for the rest of the screen in SlidingPanel.qml)
|
|
||||||
Rectangle {
|
|
||||||
anchors.fill: parent
|
|
||||||
color: PlasmaCore.Theme.backgroundColor
|
|
||||||
opacity: 0.6 * Math.min(1, slidingPanel.offset/panelContents.height)
|
|
||||||
}
|
|
||||||
|
|
||||||
// initial swipe down
|
// initial swipe down
|
||||||
MouseArea {
|
MouseArea {
|
||||||
z: 99
|
z: 99
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue