mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-17 00:07:51 +00:00
Receive: add tooltip to search transactions button
This commit is contained in:
parent
2946127ed7
commit
10a01fa5b4
1 changed files with 1 additions and 0 deletions
|
@ -189,6 +189,7 @@ Rectangle {
|
|||
fontAwesomeFallbackOpacity: 0.5
|
||||
Layout.preferredWidth: 23
|
||||
Layout.preferredHeight: 21
|
||||
tooltip: qsTr("See transactions") + translationManager.emptyString
|
||||
|
||||
onClicked: doSearchInHistory(address)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue