Bug 434625 - Layout.*Margin properties don't work inside a Kirigami.FormLayout
Summary: Layout.*Margin properties don't work inside a Kirigami.FormLayout
Status: CONFIRMED
Alias: None
Product: frameworks-kirigami
Classification: Frameworks and Libraries
Component: general (show other bugs)
Version: 5.80.0
Platform: Other Linux
: NOR normal
Target Milestone: Not decided
Assignee: Marco Martin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-03-19 15:48 UTC by Bharadwaj Raju
Modified: 2021-11-04 02:30 UTC (History)
2 users (show)

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


Attachments
Test QML file (509 bytes, text/x-qml)
2021-03-19 15:48 UTC, Bharadwaj Raju
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Bharadwaj Raju 2021-03-19 15:48:21 UTC
Created attachment 136849 [details]
Test QML file

Layout.leftMargin does not appropriately indent an item inside a Kirigami.FormLayout. Example code attached.

I want to use it to indicate one option depending on another above it.