mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-01 22:57:25 -04:00
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