mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-10 03:42:05 +02:00
History: fix sortCollapsedIcon rotation
This commit is contained in:
parent
6fce5c7a84
commit
46cea8db6b
@ -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 New Issue
Block a user