AddressBook: add "See transactions" button

This commit is contained in:
rating89us 2021-06-09 10:30:24 +02:00 committed by rating89us
parent 2946127ed7
commit 8ac1b4ef58

View file

@ -159,7 +159,7 @@ Rectangle {
Rectangle {
anchors.fill: parent
anchors.topMargin: 5
anchors.rightMargin: 110
anchors.rightMargin: 125
color: "transparent"
MoneroComponents.Label {
@ -218,6 +218,18 @@ Rectangle {
}
}
MoneroComponents.IconButton {
fontAwesomeFallbackIcon: FontAwesome.searchPlus
fontAwesomeFallbackSize: 22
color: MoneroComponents.Style.defaultFontColor
fontAwesomeFallbackOpacity: 0.5
Layout.preferredWidth: 23
Layout.preferredHeight: 21
tooltip: qsTr("See transactions") + translationManager.emptyString
onClicked: doSearchInHistory(address)
}
MoneroComponents.IconButton {
id: renameButton
image: "qrc:///images/edit.svg"