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

Méven Car <meven....@kdemail.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |meven....@kdemail.net

--- Comment #1 from Méven Car <meven....@kdemail.net> ---
It seems due to the `Kirigami.FormData.isSection` that by default will add some
margin/space between sections, but here they are no previous items.

from kirigami FormLayout.qml
```
                //if section, label goes after the separator
                if (item.Kirigami.FormData.isSection) {
                    //put an extra spacer
                    var placeHolder = placeHolderComponent.createObject(lay,
{item: item});
                    itemContainer.parent = lay;
                }
```
We probably need a way to disable this added placeHolder.

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

Reply via email to