From fa45b8f96eaf770c89cc57cd37a5e2f28ea0d4fd Mon Sep 17 00:00:00 2001 From: rating89us <45968869+rating89us@users.noreply.github.com> Date: Sat, 7 Nov 2020 23:05:33 +0100 Subject: [PATCH] Receive: add search transactions button --- pages/Receive.qml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) 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 { @@ -182,6 +182,17 @@ Rectangle { height: 21 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"