mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +00:00
taskpanel: Ensure window color group is used, not header
It seems we had this set to the header color group for the longest time, which didn't actually work (it defaulted to the window color group). It appears to have been fixed, and so the issue surfaced.
This commit is contained in:
parent
f8a7c1e4e3
commit
2fa24cd0e2
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ PlasmaCore.ColorScope {
|
|||
width: 360
|
||||
|
||||
// contrasting colour
|
||||
colorGroup: !plasmoid.nativeInterface.allMinimized ? PlasmaCore.Theme.HeaderColorGroup : PlasmaCore.Theme.ComplementaryColorGroup
|
||||
colorGroup: !plasmoid.nativeInterface.allMinimized ? PlasmaCore.Theme.NormalColorGroup : PlasmaCore.Theme.ComplementaryColorGroup
|
||||
|
||||
readonly property color backgroundColor: PlasmaCore.ColorScope.backgroundColor
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue