mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-11 05:14:34 +00:00
commit
83ea363932
1 changed files with 15 additions and 15 deletions
|
@ -50,23 +50,23 @@ Item {
|
||||||
z: 100
|
z: 100
|
||||||
}
|
}
|
||||||
|
|
||||||
// MouseArea {
|
MouseArea {
|
||||||
// id: buttonArea
|
id: buttonArea
|
||||||
// anchors.fill: parent
|
anchors.fill: parent
|
||||||
|
|
||||||
|
|
||||||
// onPressed: {
|
onPressed: {
|
||||||
// buttonImage.x = buttonImage.x + 2
|
buttonImage.x = buttonImage.x + 2
|
||||||
// buttonImage.y = buttonImage.y + 2
|
buttonImage.y = buttonImage.y + 2
|
||||||
// }
|
}
|
||||||
// onReleased: {
|
onReleased: {
|
||||||
// buttonImage.x = buttonImage.x - 2
|
buttonImage.x = buttonImage.x - 2
|
||||||
// buttonImage.y = buttonImage.y - 2
|
buttonImage.y = buttonImage.y - 2
|
||||||
// }
|
}
|
||||||
|
|
||||||
// onClicked: {
|
onClicked: {
|
||||||
// parent.clicked(mouse)
|
parent.clicked(mouse)
|
||||||
// }
|
}
|
||||||
// }
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue