mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +00:00
panel: Don't draw plasmoid background
This commit is contained in:
parent
f7de0bdd84
commit
775db10f9b
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ Item {
|
||||||
readonly property bool showingApp: visibleMaximizedWindowsModel.count > 0
|
readonly property bool showingApp: visibleMaximizedWindowsModel.count > 0
|
||||||
readonly property color backgroundColor: topPanel.colorScopeColor
|
readonly property color backgroundColor: topPanel.colorScopeColor
|
||||||
|
|
||||||
Plasmoid.backgroundHints: showingApp ? PlasmaCore.Types.StandardBackground : PlasmaCore.Types.NoBackground
|
Plasmoid.backgroundHints: PlasmaCore.Types.NoBackground
|
||||||
|
|
||||||
width: 480
|
width: 480
|
||||||
height: PlasmaCore.Units.gridUnit
|
height: PlasmaCore.Units.gridUnit
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue