https://bugs.kde.org/show_bug.cgi?id=455789
Bug ID: 455789 Summary: "Don't override the leftPadding or rightPadding on a SwipeListItem!" message shown for SwipeListItem without leftPadding or rightPadding overridden Product: frameworks-kirigami Version: Master Platform: Other OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: general Assignee: notm...@gmail.com Reporter: n...@kde.org Target Milestone: Not decided Launching Discover and navigating to the Settings page shows this error: > qml: Don't override the leftPadding or rightPadding on a SwipeListItem! > This makes it impossible for me to adjust my layout as I need to for various > usecases. > I'll try to fix the mistake for you, but you should remove your overrides > from your app's code entirely. > If I can't fix the paddings, I'll fall back to a default layout, but it'll be > slightly incorrect and lacks > adaptations needed for touch screens and right-to-left languages, among other > things. However the SwipeListItem implementation in Discover does not override its leftPadding or rightPadding properties. See for yourself: https://invent.kde.org/plasma/discover/-/blob/master/discover/qml/SourcesPage.qml#L177 -- You are receiving this mail because: You are watching all bug changes.