replace 9999 radius with pill

This commit is contained in:
end-4
2026-03-11 22:10:23 +01:00
parent a316f91e86
commit 3bb9127e32
3 changed files with 3 additions and 6 deletions
@@ -42,8 +42,7 @@ Item {
active: root.fill
anchors.fill: parent
sourceComponent: Rectangle {
radius: 9999
sourceComponent: Circle {
color: root.colSecondary
}
}