Merge pull request #3237

46cea8db History: fix sortCollapsedIcon rotation (xiphon)
This commit is contained in:
Alexander Blair 2020-11-24 11:36:05 -08:00
commit 30bf63b4b8
No known key found for this signature in database
GPG key ID: C64552D877C32479

View file

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