homescreen/halcyon: visual adjustments

This commit is contained in:
Yari Polla 2023-03-12 21:03:21 +01:00
parent 99d01f2d2a
commit 4fc8582da5

View file

@ -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();
}
}