https://bugs.kde.org/show_bug.cgi?id=399958
Bug ID: 399958 Summary: Consider making FormLayout centered by default Product: frameworks-kirigami Version: Master Platform: Other OS: Linux Status: REPORTED Severity: minor Priority: NOR Component: general Assignee: notm...@gmail.com Reporter: n...@kde.org Target Milestone: Not decided In doing my first port to Kirigami.FormLayout, I'm very impressed so far. It's a nice API to work with. The only issue I ran into was that I had to manually add `anchors.horizontalCenter: parent.horizontalCenter` to get it to be centered, as the HIG prescribes in https://hig.kde.org/patterns/content/form.html. It would be nice if Kirigami FormLayouts centered themselves automatically unless overridden, just to cut down on the amount of boilerplate needed for implementation. -- You are receiving this mail because: You are watching all bug changes.