mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-28 18:56:32 +02:00
Merge pull request #3546
8ac1b4e
AddressBook: add 'See transactions' button (rating89us)
This commit is contained in:
commit
244459e606
@ -159,7 +159,7 @@ Rectangle {
|
|||||||
Rectangle {
|
Rectangle {
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
anchors.topMargin: 5
|
anchors.topMargin: 5
|
||||||
anchors.rightMargin: 110
|
anchors.rightMargin: 125
|
||||||
color: "transparent"
|
color: "transparent"
|
||||||
|
|
||||||
MoneroComponents.Label {
|
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 {
|
MoneroComponents.IconButton {
|
||||||
id: renameButton
|
id: renameButton
|
||||||
image: "qrc:///images/edit.svg"
|
image: "qrc:///images/edit.svg"
|
||||||
|
Loading…
Reference in New Issue
Block a user