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 {
topPadding: Math.round(root.height * 0.2)
bottomPadding: PlasmaCore.Units.largeSpacing
leftPadding: root.leftMargin
rightPadding: root.rightMargin
leftPadding: 0
rightPadding: 0
implicitWidth: root.width
background: Rectangle {