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

            Bug ID: 462300
           Summary: Excessive margins around Kirigami.Separator in
                    FormLayout
    Classification: Frameworks and Libraries
           Product: frameworks-kirigami
           Version: Master
          Platform: Other
                OS: Linux
            Status: REPORTED
          Severity: normal
          Priority: NOR
         Component: general
          Assignee: kdelibs-b...@kde.org
          Reporter: k...@privat.broulik.de
                CC: notm...@gmail.com
  Target Milestone: Not decided

Created attachment 154074
  --> https://bugs.kde.org/attachment.cgi?id=154074&action=edit
Screenshot of FormLayout

SUMMARY
When a Kirigami.Separator is used in a FormLayout as a section, there's
excessive padding ontop of it. This wasn't there originally.

STEPS TO REPRODUCE

import QtQuick 2.15
import org.kde.kirigami 2.12 as Kirigami

Kirigami.FormLayout {
    width: 200

    Text {
        text: "item above separator"
    }

    Kirigami.Separator {
        Kirigami.FormData.isSection: true
    }

    Text {
        text: "item below separator"
    }
}

OBSERVED RESULT
Excessive padding above the separator

EXPECTED RESULT
Equal spacing above and below the separator

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: git master as of 2022-11-21

ADDITIONAL INFORMATION
Compare to original notification KCM which didn't have this:
https://blog.broulik.de/wp-content/uploads/2019/05/Screenshot_20190508_094309.png

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

Reply via email to