homescreens/halcyon: Fix folder header padding

This commit is contained in:
Devin Lin 2023-04-11 22:25:04 -07:00
parent 6fbe8e7e64
commit 5db71d3af0

View file

@ -38,8 +38,8 @@ MobileShell.GridView {
header: MobileShell.BaseItem { header: MobileShell.BaseItem {
topPadding: Math.round(root.height * 0.2) topPadding: Math.round(root.height * 0.2)
bottomPadding: PlasmaCore.Units.largeSpacing bottomPadding: PlasmaCore.Units.largeSpacing
leftPadding: root.leftMargin leftPadding: 0
rightPadding: root.rightMargin rightPadding: 0
implicitWidth: root.width implicitWidth: root.width
background: Rectangle { background: Rectangle {