Bug 465445 - headerOrientation: Qt.Horizontal is missing left margin of header when used in a Kirigami.Card
Summary: headerOrientation: Qt.Horizontal is missing left margin of header when used i...
Status: REPORTED
Alias: None
Product: frameworks-kirigami
Classification: Frameworks and Libraries
Component: general (show other bugs)
Version: 5.102.0
Platform: Other Linux
: NOR normal
Target Milestone: Not decided
Assignee: kdelibs bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-02-07 20:18 UTC by Thiago Sueto
Modified: 2023-02-07 20:21 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments
Image showing how a Card with headerOrientation makes the header lose its left margin. (845 bytes, text/x-qml)
2023-02-07 20:18 UTC, Thiago Sueto
Details
Image showing how a Card with headerOrientation makes the header lose its left margin. (620 bytes, text/x-qml)
2023-02-07 20:19 UTC, Thiago Sueto
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Thiago Sueto 2023-02-07 20:18:08 UTC
Created attachment 156046 [details]
Image showing how a Card with headerOrientation makes the header lose its left margin.

The attached file can be run in qmlscene to reproduce the issue.
Just change the Card to an AbstractCard to see how it should look like.
Comment 1 Thiago Sueto 2023-02-07 20:19:31 UTC
Created attachment 156047 [details]
Image showing how a Card with headerOrientation makes the header lose its left margin.