forked from Shinonome/dots-hyprland
replace 9999 radius with pill
This commit is contained in:
@@ -42,8 +42,7 @@ Item {
|
||||
active: root.fill
|
||||
anchors.fill: parent
|
||||
|
||||
sourceComponent: Rectangle {
|
||||
radius: 9999
|
||||
sourceComponent: Circle {
|
||||
color: root.colSecondary
|
||||
}
|
||||
}
|
||||
|
||||
@@ -40,10 +40,9 @@ ProgressBar {
|
||||
implicitWidth: valueBarWidth
|
||||
}
|
||||
|
||||
contentItem: Rectangle {
|
||||
contentItem: Pill {
|
||||
id: contentItem
|
||||
anchors.fill: parent
|
||||
radius: 9999
|
||||
color: root.trackColor
|
||||
visible: false
|
||||
|
||||
|
||||
Reference in New Issue
Block a user