This commit is contained in:
2026-03-29 13:16:40 -05:00
parent adcd560180
commit 7a15a983af
26 changed files with 685 additions and 423 deletions

View File

@@ -17,7 +17,7 @@ MouseArea {
Component.onCompleted: {
item.y = pad
item.y = root.y + pad
}
width: shape.width
@@ -30,8 +30,8 @@ MouseArea {
ShapePath {
id: path
strokeWidth: 4
strokeColor: root.color
strokeWidth: 1
strokeColor: "transparent"
fillColor: root.color
startX: -root.radius - pad; startY: 0