Receive: add search transactions button

This commit is contained in:
rating89us 2020-11-07 23:05:33 +01:00 committed by rating89us
parent 937cb98256
commit fa45b8f96e

View file

@ -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"