mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +00:00
homescreen/halcyon: visual adjustments
This commit is contained in:
parent
99d01f2d2a
commit
4fc8582da5
1 changed files with 5 additions and 1 deletions
|
|
@ -59,7 +59,7 @@ MobileShell.GridView {
|
|||
|
||||
header: MobileShell.BaseItem {
|
||||
implicitWidth: gridView.effectiveContentWidth
|
||||
topPadding: PlasmaCore.Units.largeSpacing + Math.round(gridView.height * 0.2)
|
||||
topPadding: PlasmaCore.Units.largeSpacing + Math.round(gridView.height * 0.1)
|
||||
bottomPadding: PlasmaCore.Units.largeSpacing
|
||||
leftPadding: PlasmaCore.Units.smallSpacing
|
||||
|
||||
|
|
@ -103,4 +103,8 @@ MobileShell.GridView {
|
|||
MobileShell.ShellUtil.launchApp(application.storageId);
|
||||
}
|
||||
}
|
||||
|
||||
Component.onCompleted: {
|
||||
goToBeginning();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue