usable
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user