use ColorScope
This commit is contained in:
parent
ac04b5570a
commit
aa52188364
@ -25,7 +25,10 @@ import org.kde.plasma.core 2.0 as PlasmaCore
|
|||||||
BusyIndicatorStyle {
|
BusyIndicatorStyle {
|
||||||
indicator: PlasmaCore.SvgItem {
|
indicator: PlasmaCore.SvgItem {
|
||||||
id: indicatorItem
|
id: indicatorItem
|
||||||
svg: PlasmaCore.Svg { imagePath: "widgets/busywidget" }
|
svg: PlasmaCore.Svg {
|
||||||
|
imagePath: "widgets/busywidget"
|
||||||
|
colorGroup: PlasmaCore.ColorScope.colorGroup
|
||||||
|
}
|
||||||
elementId: "busywidget"
|
elementId: "busywidget"
|
||||||
|
|
||||||
anchors.centerIn: parent
|
anchors.centerIn: parent
|
||||||
|
Loading…
x
Reference in New Issue
Block a user