https://bugs.kde.org/show_bug.cgi?id=435066
Bug ID: 435066 Summary: FormLayout ignores Layout.fillWidth Product: frameworks-kirigami Version: 5.77.0 Platform: Other OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: general Assignee: notm...@gmail.com Reporter: rinigus....@gmail.com Target Milestone: Not decided SUMMARY It seems to be impossible to make Kirigami.FormLayout to fill the full width of the page. In practice, in wide mode, it tends to occupy some space in the middle of the page instead of spreading itself to fill it. Example: In Kirigami Gallery: Kirigami.FormLayout { id: layout Layout.fillWidth: true is ignored. If you insert TextField { Layout.fillWidth: true } in front of it, that one will fill the column fully, as long as it is outside of the form. As it is, it does not allow to use available space even if instructed to do so. SOFTWARE/OS VERSIONS Linux/Kirigami: 5.77.0 Qt Version: several, currently on 5.15 -- You are receiving this mail because: You are watching all bug changes.