fix painting
This commit is contained in:
parent
60db3ff72d
commit
f44e697aab
@ -54,11 +54,12 @@ Item {
|
|||||||
|
|
||||||
PlasmaCore.SvgItem {
|
PlasmaCore.SvgItem {
|
||||||
id: widget
|
id: widget
|
||||||
|
svg: PlasmaCore.Svg { imagePath: "widgets/busywidget" }
|
||||||
|
elementId: "busywidget"
|
||||||
|
|
||||||
anchors.centerIn: parent
|
anchors.centerIn: parent
|
||||||
width: busy.width
|
width: busy.width
|
||||||
height: busy.height
|
height: busy.height
|
||||||
smooth: !running || smoothAnimation
|
smooth: !running || smoothAnimation
|
||||||
svg: PlasmaCore.Svg { imagePath: "widgets/busywidget" }
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user