QmlMarketplace invert arrow direction on sort.

This commit is contained in:
Roxanne Skelly 2019-02-15 12:31:01 -08:00
parent fb524f8900
commit 2c4f485079

View file

@ -28,8 +28,8 @@ Item {
id: root;
property string ascGlyph: "\u2191"
property string descGlyph: "\u2193"
property string ascGlyph: "\u2193"
property string descGlyph: "\u2191"
property string text: ""
property bool ascending: false
property bool checked: false