https://bugs.kde.org/show_bug.cgi?id=435066

--- Comment #4 from Rinigus <rinigus....@gmail.com> ---
I want to have forms as in "Preferences" in Pure Maps and OSM Scout Server. In
these forms, I would like to show

Tag | setting widget
      description text

That should fill the width of the page to make it as simple as possible to
interact with the widget. Right now, if I force the width of the form, I get
alignment errors as in

https://github.com/rinigus/osmscout-server/issues/355

So, it is obvious that I shouldn't specify width. 

Minimal example I could come up with was in the first post, but let me rephrase
it. 

If I take Kirigami Gallery and insert in front of 

https://github.com/KDE/kirigami-gallery/blob/4b6cf719c9dbdc0e429e6ef50862cd1c0e233d47/src/data/contents/ui/gallery/FormLayoutGallery.qml#L45

Layout.fillWidth: true, so it will become

            TextField {
                Kirigami.FormData.label: "Label:"
                Layout.fillWidth: true
            }

I would expect FormLayout to fulfill the intention:

1: make itself as wide as possible. It is also asked by the Form in that demo
above;

2: make text field as wide as possible.

Please let me know if something is not clear and I should provide better
description.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to