Give list headers a little padding
This commit is contained in:
parent
9d3fe2cba0
commit
afe8c95afa
1 changed files with 1 additions and 0 deletions
|
@ -46,6 +46,7 @@ Kirigami.ScrollablePage
|
|||
property: "status"
|
||||
delegate: Kirigami.Heading {
|
||||
level: 4
|
||||
leftPadding: Kirigami.Units.smallSpacing
|
||||
text: switch (parseInt(section))
|
||||
{
|
||||
case DevicesModel.Paired:
|
||||
|
|
Loading…
Reference in a new issue