forked from Shinonome/dots-hyprland
progressbar: unecessary rect -> item
This commit is contained in:
@@ -32,10 +32,8 @@ ProgressBar {
|
|||||||
animation: Appearance?.animation.elementMoveEnter.numberAnimation.createObject(this)
|
animation: Appearance?.animation.elementMoveEnter.numberAnimation.createObject(this)
|
||||||
}
|
}
|
||||||
|
|
||||||
background: Rectangle {
|
background: Item {
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
color: "transparent"
|
|
||||||
radius: Appearance?.rounding.full ?? 9999
|
|
||||||
implicitHeight: valueBarHeight
|
implicitHeight: valueBarHeight
|
||||||
implicitWidth: valueBarWidth
|
implicitWidth: valueBarWidth
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user