mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-08-01 17:24:48 +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 {
|
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 {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue