From dfa653e86792d22d90188dd77dcf4c1b1b0102d2 Mon Sep 17 00:00:00 2001 From: Marco Martin Date: Thu, 5 Mar 2015 16:53:58 +0100 Subject: [PATCH] a bit of bottom margin --- containments/homescreen/contents/ui/main.qml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/containments/homescreen/contents/ui/main.qml b/containments/homescreen/contents/ui/main.qml index b4a27c16..b1a1aa19 100644 --- a/containments/homescreen/contents/ui/main.qml +++ b/containments/homescreen/contents/ui/main.qml @@ -94,10 +94,7 @@ Item { cellWidth: root.buttonHeight cellHeight: cellWidth model: appListModel - /* PlasmaCore.SortFilterModel { - sourceModel: appListModel - sortRole: "ApplicationOrderRole" - }*/ + snapMode: GridView.SnapToRow //clip: true delegate: HomeLauncher {} @@ -113,7 +110,10 @@ Item { ColumnLayout { id: mainLayout - anchors.fill: parent + anchors { + fill: parent + bottomMargin: stripe.height + } Item { Layout.fillWidth: true Layout.fillHeight: true