Skip to content

BasicListItem: Fix usage of LayoutMirroring inheritance

ivan tkachenko requested to merge work/ratijas/basic-mirrored into master

Built-in content of a component should follow layout mirroring preferences of its control regardless of childrenInherit propagation.

But what about spacing here? Why does it equal to left or right padding? I have no idea. After all, Kirigami.AbstractListItem is ultimately a QtQuick.Controls/Control which has a built-in spacing property.

Merge request reports