Summary: | Consider making FormLayout centered by default | ||
---|---|---|---|
Product: | [Frameworks and Libraries] frameworks-kirigami | Reporter: | Nate Graham <nate> |
Component: | general | Assignee: | Marco Martin <notmart> |
Status: | RESOLVED INTENTIONAL | ||
Severity: | minor | CC: | kde |
Priority: | NOR | ||
Version: | Master | ||
Target Milestone: | Not decided | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Nate Graham
2018-10-18 04:18:33 UTC
If you do any behavioral changes here make sure to make it consistent with QFormLayout which has always been not centered horizontally for KDE. [1] "Recommended style for KDE applications. Similar to MacStyle, except that the form is left-aligned and all fields grow to fill the available space." [1] https://doc.qt.io/qt-5/qformlayout.html Hmm, you're right. I see that QWidgets-based ones are also left-aligned. I think this should be changed, but yeah, that needs a discussion first. |