mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +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
|
||||
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
|
||||
|
|
|
|||
Loading…
Reference in a new issue