mirror of
https://github.com/Armored-Dragon/overte.git
synced 2025-03-11 16:13:16 +01:00
QmlMarketplace invert arrow direction on sort.
This commit is contained in:
parent
fb524f8900
commit
2c4f485079
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue