mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-17 16:28:14 +00:00
Merge pull request #3216
fa45b8f
Receive: add search transactions button (rating89us)
This commit is contained in:
commit
ba3bdcd6a1
1 changed files with 12 additions and 1 deletions
|
@ -127,7 +127,7 @@ Rectangle {
|
||||||
Rectangle {
|
Rectangle {
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
anchors.topMargin: 5
|
anchors.topMargin: 5
|
||||||
anchors.rightMargin: 80
|
anchors.rightMargin: 90
|
||||||
color: "transparent"
|
color: "transparent"
|
||||||
|
|
||||||
MoneroComponents.Label {
|
MoneroComponents.Label {
|
||||||
|
@ -182,6 +182,17 @@ Rectangle {
|
||||||
height: 21
|
height: 21
|
||||||
spacing: 10
|
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 {
|
MoneroComponents.IconButton {
|
||||||
id: renameButton
|
id: renameButton
|
||||||
image: "qrc:///images/edit.svg"
|
image: "qrc:///images/edit.svg"
|
||||||
|
|
Loading…
Reference in a new issue