[plasmoidheading] Use intended color for footers
There's no such color group as PlasmaCore.Theme.WindowColorGroup; the one corresponding to the window color group is PlasmaCore.Theme.NormalColorGroup.
This commit is contained in:
parent
32eef18f50
commit
b4dd1a1819
@ -51,7 +51,7 @@ import "private" as Private
|
||||
topInset: location == PlasmoidHeading.Location.Footer ? 0 : backgroundMetrics.getMargin("top")
|
||||
bottomInset: location == PlasmoidHeading.Location.Footer ? backgroundMetrics.getMargin("bottom") : 0
|
||||
|
||||
PlasmaCore.ColorScope.colorGroup: location == PlasmoidHeading.Location.Header ? PlasmaCore.Theme.HeaderColorGroup : PlasmaCore.Theme.WindowColorGroup
|
||||
PlasmaCore.ColorScope.colorGroup: location == PlasmoidHeading.Location.Header ? PlasmaCore.Theme.HeaderColorGroup : PlasmaCore.Theme.NormalColorGroup
|
||||
PlasmaCore.ColorScope.inherit: false
|
||||
|
||||
background: PlasmaCore.FrameSvgItem {
|
||||
|
Loading…
Reference in New Issue
Block a user