History: fix sortCollapsedIcon rotation

This commit is contained in:
xiphon 2020-11-15 02:50:18 +00:00
parent 6fce5c7a84
commit 46cea8db6b

View file

@ -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 {