fix painting

This commit is contained in:
Marco Martin 2011-11-14 18:01:59 +01:00
parent 60db3ff72d
commit f44e697aab

View File

@ -54,11 +54,12 @@ Item {
PlasmaCore.SvgItem {
id: widget
svg: PlasmaCore.Svg { imagePath: "widgets/busywidget" }
elementId: "busywidget"
anchors.centerIn: parent
width: busy.width
height: busy.height
smooth: !running || smoothAnimation
svg: PlasmaCore.Svg { imagePath: "widgets/busywidget" }
}
}