mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-17 08:17:59 +00:00
History: fix sortCollapsedIcon rotation
This commit is contained in:
parent
6fce5c7a84
commit
46cea8db6b
1 changed files with 1 additions and 1 deletions
|
@ -127,7 +127,7 @@ Rectangle {
|
||||||
image: "qrc:///images/whiteDropIndicator.png"
|
image: "qrc:///images/whiteDropIndicator.png"
|
||||||
fontAwesomeFallbackIcon: FontAwesome.arrowDown
|
fontAwesomeFallbackIcon: FontAwesome.arrowDown
|
||||||
fontAwesomeFallbackSize: 14
|
fontAwesomeFallbackSize: 14
|
||||||
rotation: sortAndFilter.collapsed ? 0 : 180
|
rotation: sortAndFilter.collapsed ? 180 : 0
|
||||||
color: MoneroComponents.Style.defaultFontColor
|
color: MoneroComponents.Style.defaultFontColor
|
||||||
|
|
||||||
MouseArea {
|
MouseArea {
|
||||||
|
|
Loading…
Reference in a new issue