[app] Fix ListSectionHeader width
This commit is contained in:
parent
015bbd49d5
commit
dd88056693
1 changed files with 3 additions and 0 deletions
|
@ -45,6 +45,9 @@ Kirigami.ScrollablePage
|
|||
section {
|
||||
property: "status"
|
||||
delegate: Kirigami.ListSectionHeader {
|
||||
|
||||
width: ListView.view.width
|
||||
|
||||
text: switch (parseInt(section))
|
||||
{
|
||||
case DevicesModel.Paired:
|
||||
|
|
Loading…
Reference in a new issue