mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-06 07:19:27 -05:00
progressbar: unecessary rect -> item
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user