use ColorScope

This commit is contained in:
Marco Martin 2015-06-18 11:41:47 -07:00
parent ac04b5570a
commit aa52188364

View File

@ -25,7 +25,10 @@ import org.kde.plasma.core 2.0 as PlasmaCore
BusyIndicatorStyle {
indicator: PlasmaCore.SvgItem {
id: indicatorItem
svg: PlasmaCore.Svg { imagePath: "widgets/busywidget" }
svg: PlasmaCore.Svg {
imagePath: "widgets/busywidget"
colorGroup: PlasmaCore.ColorScope.colorGroup
}
elementId: "busywidget"
anchors.centerIn: parent