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