mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-12-23 12:09:57 +00:00
Merge pull request #3237
46cea8db
History: fix sortCollapsedIcon rotation (xiphon)
This commit is contained in:
commit
30bf63b4b8
1 changed files with 1 additions and 1 deletions
|
@ -127,7 +127,7 @@ Rectangle {
|
|||
image: "qrc:///images/whiteDropIndicator.png"
|
||||
fontAwesomeFallbackIcon: FontAwesome.arrowDown
|
||||
fontAwesomeFallbackSize: 14
|
||||
rotation: sortAndFilter.collapsed ? 0 : 180
|
||||
rotation: sortAndFilter.collapsed ? 180 : 0
|
||||
color: MoneroComponents.Style.defaultFontColor
|
||||
|
||||
MouseArea {
|
||||
|
|
Loading…
Reference in a new issue