progressbar: unecessary rect -> item

This commit is contained in:
end-4
2025-06-26 22:18:16 +02:00
parent 4a2453410a
commit b27dc3496c
@@ -32,10 +32,8 @@ ProgressBar {
animation: Appearance?.animation.elementMoveEnter.numberAnimation.createObject(this)
}
background: Rectangle {
background: Item {
anchors.fill: parent
color: "transparent"
radius: Appearance?.rounding.full ?? 9999
implicitHeight: valueBarHeight
implicitWidth: valueBarWidth
}