[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 {
property: "status"
delegate: Kirigami.ListSectionHeader {
width: ListView.view.width
text: switch (parseInt(section))
{
case DevicesModel.Paired: