style: format
This commit is contained in:
+3
-2
@@ -15,10 +15,11 @@ Item {
|
||||
Button {
|
||||
anchors.centerIn: parent
|
||||
background: Rectangle {
|
||||
color: "transparent"
|
||||
color: "transparent"
|
||||
}
|
||||
// FIX: onClicked doesn't work
|
||||
onClicked: if (item.onClicked) item.onClicked()
|
||||
onClicked: if (item.onClicked)
|
||||
item.onClicked()
|
||||
icon.source: item.source
|
||||
icon.width: item.iconWidth
|
||||
icon.height: item.iconHeight
|
||||
|
||||
Reference in New Issue
Block a user