forked from Public/monero-gui
Merge pull request #3216
fa45b8f Receive: add search transactions button (rating89us)
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user