pure-maps icon indicating copy to clipboard operation
pure-maps copied to clipboard

Forms are not using wide mode

Open rinigus opened this issue 5 years ago • 4 comments
trafficstars

In Kirigami, preferences in wide mode are wider than the allocated page. Same goes for routing options and such

rinigus avatar May 23 '20 13:05 rinigus

typo in commit description - partially fixed by disabling wide mode in a7f6e6e16e14fc078cdaca14e14305870d2846e9

rinigus avatar May 26 '20 18:05 rinigus

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.

rinigus avatar May 26 '20 18:05 rinigus

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.

rinigus avatar May 26 '20 19:05 rinigus

Seems like buddyFor is resolved.

Now need to get resolution for https://bugs.kde.org/show_bug.cgi?id=435066

rinigus avatar Mar 28 '21 14:03 rinigus