Merge pull request #3546

8ac1b4e AddressBook: add 'See transactions' button (rating89us)
This commit is contained in:
luigi1111 2021-06-10 11:07:10 -05:00
commit 244459e606
No known key found for this signature in database
GPG Key ID: F4ACA0183641E010

View File

@ -159,7 +159,7 @@ Rectangle {
Rectangle {
anchors.fill: parent
anchors.topMargin: 5
anchors.rightMargin: 110
anchors.rightMargin: 125
color: "transparent"
MoneroComponents.Label {
@ -222,6 +222,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"