diff options
| author | Sander Ferdinand <sa.ferdinand@gmail.com> | 2017-11-23 19:29:25 +0100 |
|---|---|---|
| committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2018-03-29 23:04:01 +0100 |
| commit | 36ac2ee86dd159ce5c78381104cef1401377dcfe (patch) | |
| tree | cc17c5662604109636f9723e57d28bdbb9e691df /components/InlineButton.qml | |
| parent | 63132dc1db02b099de32ea494696aee5f61e0d1d (diff) | |
| download | monzero-gui-36ac2ee86dd159ce5c78381104cef1401377dcfe.tar.gz monzero-gui-36ac2ee86dd159ce5c78381104cef1401377dcfe.tar.xz monzero-gui-36ac2ee86dd159ce5c78381104cef1401377dcfe.zip | |
Inline button/icon for input boxes
Diffstat (limited to 'components/InlineButton.qml')
| -rw-r--r-- | components/InlineButton.qml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/components/InlineButton.qml b/components/InlineButton.qml index 9ba7f716..da8120c3 100644 --- a/components/InlineButton.qml +++ b/components/InlineButton.qml @@ -47,7 +47,9 @@ Item { anchors.rightMargin: 8 anchors.topMargin: 8 - function onClicked(){} + function onClicked(){ + console.log("debug click"); + } function doClick() { // Android workaround |
