mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-17 00:07:51 +00:00
AddressBook: add "See transactions" button
This commit is contained in:
parent
2946127ed7
commit
8ac1b4ef58
1 changed files with 13 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue