mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-08-02 17:54:45 +00:00
a bit of bottom margin
This commit is contained in:
parent
a3667cb3ba
commit
dfa653e867
1 changed files with 5 additions and 5 deletions
|
|
@ -94,10 +94,7 @@ Item {
|
||||||
cellWidth: root.buttonHeight
|
cellWidth: root.buttonHeight
|
||||||
cellHeight: cellWidth
|
cellHeight: cellWidth
|
||||||
model: appListModel
|
model: appListModel
|
||||||
/* PlasmaCore.SortFilterModel {
|
|
||||||
sourceModel: appListModel
|
|
||||||
sortRole: "ApplicationOrderRole"
|
|
||||||
}*/
|
|
||||||
snapMode: GridView.SnapToRow
|
snapMode: GridView.SnapToRow
|
||||||
//clip: true
|
//clip: true
|
||||||
delegate: HomeLauncher {}
|
delegate: HomeLauncher {}
|
||||||
|
|
@ -113,7 +110,10 @@ Item {
|
||||||
|
|
||||||
ColumnLayout {
|
ColumnLayout {
|
||||||
id: mainLayout
|
id: mainLayout
|
||||||
anchors.fill: parent
|
anchors {
|
||||||
|
fill: parent
|
||||||
|
bottomMargin: stripe.height
|
||||||
|
}
|
||||||
Item {
|
Item {
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
Layout.fillHeight: true
|
Layout.fillHeight: true
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue