aboutsummaryrefslogtreecommitdiff
path: root/components/InlineButton.qml
diff options
context:
space:
mode:
authorSander Ferdinand <sa.ferdinand@gmail.com>2017-11-23 19:29:25 +0100
committermoneromooo-monero <moneromooo-monero@users.noreply.github.com>2018-03-29 23:04:01 +0100
commit36ac2ee86dd159ce5c78381104cef1401377dcfe (patch)
treecc17c5662604109636f9723e57d28bdbb9e691df /components/InlineButton.qml
parent63132dc1db02b099de32ea494696aee5f61e0d1d (diff)
downloadmonzero-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.qml4
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