summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleix Pol <aleixpol@kde.org>2015-10-23 17:17:04 (GMT)
committerAleix Pol <aleixpol@kde.org>2015-10-23 17:17:04 (GMT)
commit08a4aaebc13a19a834bad63015ec6095d5de5930 (patch)
treef7d5673bac8b928808b780caf5ec63a09c948c6c
parent44c1a9e51c0220378f9331164693796c929c5980 (diff)
Size sorting should be descending
-rw-r--r--discover/qml/InstalledPage.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/discover/qml/InstalledPage.qml b/discover/qml/InstalledPage.qml
index 3c98cad..6336740 100644
--- a/discover/qml/InstalledPage.qml
+++ b/discover/qml/InstalledPage.qml
@@ -9,7 +9,7 @@ ApplicationsListPage {
preferList: true
Component.onCompleted: {
- page.changeSorting("size", Qt.AscendingOrder, "")
+ page.changeSorting("size", Qt.DescendingOrder, "")
}
readonly property var icon: "applications-other"