https://bugs.kde.org/show_bug.cgi?id=435784
Nate Graham <n...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://invent.kde.org/fram | |eworks/kirigami/commit/0f9e | |a7b33732c630d577cc261053d04 | |f6600d62c Version Fixed In| |5.82 Status|CONFIRMED |RESOLVED Resolution|--- |FIXED --- Comment #2 from Nate Graham <n...@kde.org> --- Git commit 0f9ea7b33732c630d577cc261053d04f6600d62c by Nate Graham. Committed on 16/04/2021 at 17:37. Pushed by ngraham into branch 'master'. [BasicListItem] Don't unconditionally apply leading and trailing padding Right now the leadingPadding and trailingPadding properties are being unconditionally applied even if there are no leading or trailing items. Let's only apply them if there are leading or trailing items. This fixes the problem of BasicListItems witout leading items having their icons indented too far to the right. FIXED-IN: 5.82 M +2 -2 src/controls/BasicListItem.qml https://invent.kde.org/frameworks/kirigami/commit/0f9ea7b33732c630d577cc261053d04f6600d62c -- You are receiving this mail because: You are watching all bug changes.