diff options
| author | rating89us <45968869+rating89us@users.noreply.github.com> | 2020-11-07 23:05:33 +0100 |
|---|---|---|
| committer | rating89us <rating89us@rating89us.com> | 2021-05-22 10:59:17 +0200 |
| commit | fa45b8f96eaf770c89cc57cd37a5e2f28ea0d4fd (patch) | |
| tree | 11efcb1802a1576a611c91c69bd884aaa2fb2aca /pages/Receive.qml | |
| parent | 937cb9825672d07a1917d2d9daf823802ec31d1b (diff) | |
| download | monzero-gui-fa45b8f96eaf770c89cc57cd37a5e2f28ea0d4fd.tar.gz monzero-gui-fa45b8f96eaf770c89cc57cd37a5e2f28ea0d4fd.tar.xz monzero-gui-fa45b8f96eaf770c89cc57cd37a5e2f28ea0d4fd.zip | |
Receive: add search transactions button
Diffstat (limited to 'pages/Receive.qml')
| -rw-r--r-- | pages/Receive.qml | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/pages/Receive.qml b/pages/Receive.qml index aa7d35ec..a572e397 100644 --- a/pages/Receive.qml +++ b/pages/Receive.qml @@ -127,7 +127,7 @@ Rectangle { Rectangle { anchors.fill: parent anchors.topMargin: 5 - anchors.rightMargin: 80 + anchors.rightMargin: 90 color: "transparent" MoneroComponents.Label { @@ -183,6 +183,17 @@ Rectangle { spacing: 10 MoneroComponents.IconButton { + fontAwesomeFallbackIcon: FontAwesome.searchPlus + fontAwesomeFallbackSize: 22 + color: MoneroComponents.Style.defaultFontColor + fontAwesomeFallbackOpacity: 0.5 + Layout.preferredWidth: 23 + Layout.preferredHeight: 21 + + onClicked: doSearchInHistory(address) + } + + MoneroComponents.IconButton { id: renameButton image: "qrc:///images/edit.svg" fontAwesomeFallbackIcon: FontAwesome.edit |
