Merge pull request #3216

fa45b8f Receive: add search transactions button (rating89us)
This commit is contained in:
luigi1111 2021-06-01 01:35:46 -05:00
commit ba3bdcd6a1
No known key found for this signature in database
GPG key ID: F4ACA0183641E010

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"