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:
Nate Graham 2020-10-09 10:28:49 -06:00
parent 28560ec596
commit 8e6f62f0cf

View File

@ -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