https://bugs.kde.org/show_bug.cgi?id=403041
Bug ID: 403041 Summary: Headings used as header items have insufficient padding by default Product: frameworks-kirigami Version: unspecified Platform: Other OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: general Assignee: notm...@gmail.com Reporter: n...@kde.org Target Milestone: Not decided Created attachment 117357 --> https://bugs.kde.org/attachment.cgi?id=117357&action=edit Not enough padding Kamoso has this code in main.qml: contentItem: Config { id: configView QQC2.ScrollBar.vertical: QQC2.ScrollBar {} header: Kirigami.Heading { level: 1 color: Kirigami.Theme.textColor elide: Text.ElideRight text: i18n("Effects Gallery") } } It results in the header text not having enough padding by default. See attachment. It would be nice to solve this issue generically in Kirigami so every user of Headings inside header: properties wouldn't have to fix it themselves. -- You are receiving this mail because: You are watching all bug changes.