mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-19 16:13:55 +02:00
Receive: add search transactions button
This commit is contained in:
parent
937cb98256
commit
fa45b8f96e
@ -127,7 +127,7 @@ Rectangle {
|
||||
Rectangle {
|
||||
anchors.fill: parent
|
||||
anchors.topMargin: 5
|
||||
anchors.rightMargin: 80
|
||||
anchors.rightMargin: 90
|
||||
color: "transparent"
|
||||
|
||||
MoneroComponents.Label {
|
||||
@ -182,6 +182,17 @@ Rectangle {
|
||||
height: 21
|
||||
spacing: 10
|
||||
|
||||
MoneroComponents.IconButton {
|
||||
fontAwesomeFallbackIcon: FontAwesome.searchPlus
|
||||
fontAwesomeFallbackSize: 22
|
||||
color: MoneroComponents.Style.defaultFontColor
|
||||
fontAwesomeFallbackOpacity: 0.5
|
||||
Layout.preferredWidth: 23
|
||||
Layout.preferredHeight: 21
|
||||
|
||||
onClicked: doSearchInHistory(address)
|
||||
}
|
||||
|
||||
MoneroComponents.IconButton {
|
||||
id: renameButton
|
||||
image: "qrc:///images/edit.svg"
|
||||
|
Loading…
Reference in New Issue
Block a user