forked from Public/monero-gui
Inline button/icon for input boxes
This commit is contained in:
committed by
moneromooo-monero
parent
63132dc1db
commit
36ac2ee86d
@@ -47,7 +47,9 @@ Item {
|
||||
anchors.rightMargin: 8
|
||||
anchors.topMargin: 8
|
||||
|
||||
function onClicked(){}
|
||||
function onClicked(){
|
||||
console.log("debug click");
|
||||
}
|
||||
|
||||
function doClick() {
|
||||
// Android workaround
|
||||
|
||||
Reference in New Issue
Block a user