mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-28 22:53:09 +00:00
homescreens/halcyon: Fix folder header padding
This commit is contained in:
parent
6fbe8e7e64
commit
5db71d3af0
1 changed files with 2 additions and 2 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue