Add missing PlasmaCore.ColorScope.inherit: false
Whenever you override or hardcode a color, you need to set colorscope inheritance to false to prevent weird issues. CCMAIL: noahadvs@gmail.com
This commit is contained in:
parent
28560ec596
commit
8e6f62f0cf
@ -51,6 +51,7 @@ import QtQuick.Templates 2.12 as T
|
||||
bottomInset: location == PlasmoidHeading.Location.Footer ? -headingSvg.fixedMargins.bottom : 0
|
||||
|
||||
PlasmaCore.ColorScope.colorGroup: location == PlasmoidHeading.Location.Header ? PlasmaCore.Theme.HeaderColorGroup : PlasmaCore.Theme.WindowColorGroup
|
||||
PlasmaCore.ColorScope.inherit: false
|
||||
|
||||
background: PlasmaCore.FrameSvgItem {
|
||||
id: headingSvg
|
||||
|
Loading…
x
Reference in New Issue
Block a user