Account, Receive: add missing fallback icons

This commit is contained in:
selsta 2021-04-21 03:57:39 +02:00
parent 02ae14fd6b
commit 398e28ed24
No known key found for this signature in database
GPG key ID: 2EA0A99A8B07AE5E
2 changed files with 8 additions and 0 deletions

View file

@ -298,6 +298,8 @@ Rectangle {
MoneroComponents.IconButton {
id: renameButton
image: "qrc:///images/edit.svg"
fontAwesomeFallbackIcon: FontAwesome.edit
fontAwesomeFallbackSize: 22
color: MoneroComponents.Style.defaultFontColor
opacity: 0.5
Layout.preferredWidth: 23
@ -309,6 +311,8 @@ Rectangle {
MoneroComponents.IconButton {
id: copyButton
image: "qrc:///images/copy.svg"
fontAwesomeFallbackIcon: FontAwesome.clipboard
fontAwesomeFallbackSize: 22
color: MoneroComponents.Style.defaultFontColor
opacity: 0.5
Layout.preferredWidth: 16

View file

@ -185,6 +185,8 @@ Rectangle {
MoneroComponents.IconButton {
id: renameButton
image: "qrc:///images/edit.svg"
fontAwesomeFallbackIcon: FontAwesome.edit
fontAwesomeFallbackSize: 22
color: MoneroComponents.Style.defaultFontColor
opacity: 0.5
Layout.preferredWidth: 23
@ -199,6 +201,8 @@ Rectangle {
MoneroComponents.IconButton {
id: copyButton
image: "qrc:///images/copy.svg"
fontAwesomeFallbackIcon: FontAwesome.clipboard
fontAwesomeFallbackSize: 22
color: MoneroComponents.Style.defaultFontColor
opacity: 0.5
Layout.preferredWidth: 16