mirror of
https://github.com/overte-org/overte.git
synced 2025-08-04 04:23:33 +02: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;
|
id: root;
|
||||||
|
|
||||||
property string ascGlyph: "\u2191"
|
property string ascGlyph: "\u2193"
|
||||||
property string descGlyph: "\u2193"
|
property string descGlyph: "\u2191"
|
||||||
property string text: ""
|
property string text: ""
|
||||||
property bool ascending: false
|
property bool ascending: false
|
||||||
property bool checked: false
|
property bool checked: false
|
||||||
|
|
Loading…
Reference in a new issue