[app] Fix ListSectionHeader width

This commit is contained in:
Nicolas Fella 2023-12-23 17:42:50 +01:00
parent 015bbd49d5
commit dd88056693

View file

@ -45,6 +45,9 @@ Kirigami.ScrollablePage
section { section {
property: "status" property: "status"
delegate: Kirigami.ListSectionHeader { delegate: Kirigami.ListSectionHeader {
width: ListView.view.width
text: switch (parseInt(section)) text: switch (parseInt(section))
{ {
case DevicesModel.Paired: case DevicesModel.Paired: