-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Forms are not using wide mode #385
Comments
typo in commit description - partially fixed by disabling wide mode in a7f6e6e |
In wide mode, Kirigami form layout tends to overcommit the width of the form. My usage and Kirigami assumptions don't match somewhere, have to find a balance. Have to make simple example and ask for feedback. |
Examples: I can't figure out how to make FormLayout to display label: text with the text filling as much width as possible. looks like Layout.fillWidth is ignored. In addition, buddyFor is broken. Try to move https://github.com/KDE/kirigami-gallery/blob/master/src/data/contents/ui/gallery/FormLayoutGallery.qml#L97 somewhere and it will be ignored. |
Seems like buddyFor is resolved. Now need to get resolution for https://bugs.kde.org/show_bug.cgi?id=435066 |
In Kirigami, preferences in wide mode are wider than the allocated page. Same goes for routing options and such
The text was updated successfully, but these errors were encountered: