mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-12-23 03:59:38 +00:00
Merge pull request #3548
979e0da
History: add fontAwesomeFallbackIcon (rating89us)
This commit is contained in:
commit
7c379e2cda
1 changed files with 2 additions and 0 deletions
|
@ -1302,6 +1302,8 @@ Rectangle {
|
||||||
image: "qrc:///images/whiteDropIndicator.png"
|
image: "qrc:///images/whiteDropIndicator.png"
|
||||||
rotation: delegate.collapsed ? 180 : 0
|
rotation: delegate.collapsed ? 180 : 0
|
||||||
color: MoneroComponents.Style.defaultFontColor
|
color: MoneroComponents.Style.defaultFontColor
|
||||||
|
fontAwesomeFallbackIcon: FontAwesome.arrowDown
|
||||||
|
fontAwesomeFallbackSize: 14
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue