diff options
| author | Jaquee <jaquee.monero@gmail.com> | 2017-04-03 18:51:55 +0200 |
|---|---|---|
| committer | Jaquee <jaquee.monero@gmail.com> | 2017-05-05 12:03:03 +0200 |
| commit | 2e53c524a13c4b4ef3cccfc7c7cfc4243144d6f9 (patch) | |
| tree | 11b5609216403534b16a6255101d63cb46f348d9 /components/IconButton.qml | |
| parent | da6aad33a4aa58c298f3452206f3bab04ad2b5cb (diff) | |
| download | monzero-gui-2e53c524a13c4b4ef3cccfc7c7cfc4243144d6f9.tar.gz monzero-gui-2e53c524a13c4b4ef3cccfc7c7cfc4243144d6f9.tar.xz monzero-gui-2e53c524a13c4b4ef3cccfc7c7cfc4243144d6f9.zip | |
ios build settings
Diffstat (limited to 'components/IconButton.qml')
| -rw-r--r-- | components/IconButton.qml | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/components/IconButton.qml b/components/IconButton.qml index 042439f1..eeb80267 100644 --- a/components/IconButton.qml +++ b/components/IconButton.qml @@ -50,23 +50,23 @@ Item { z: 100 } - MouseArea { - id: buttonArea - anchors.fill: parent +// MouseArea { +// id: buttonArea +// anchors.fill: parent - onPressed: { - buttonImage.x = buttonImage.x + 2 - buttonImage.y = buttonImage.y + 2 - } - onReleased: { - buttonImage.x = buttonImage.x - 2 - buttonImage.y = buttonImage.y - 2 - } +// onPressed: { +// buttonImage.x = buttonImage.x + 2 +// buttonImage.y = buttonImage.y + 2 +// } +// onReleased: { +// buttonImage.x = buttonImage.x - 2 +// buttonImage.y = buttonImage.y - 2 +// } - onClicked: { - parent.clicked(mouse) - } - } +// onClicked: { +// parent.clicked(mouse) +// } +// } } |
