https://bugs.kde.org/show_bug.cgi?id=477493
Nate Graham <n...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Latest Commit| |https://invent.kde.org/plas | |ma/discover/-/commit/e601c3 | |389f590910e551ad79ed7829b02 | |3bd7781 Version Fixed In| |6.3.0 Status|ASSIGNED |RESOLVED --- Comment #13 from Nate Graham <n...@kde.org> --- Git commit e601c3389f590910e551ad79ed7829b023bd7781 by Nate Graham. Committed on 09/01/2025 at 00:54. Pushed by ngraham into branch 'master'. ApplicationsListPage: fix unnecessary horizontal scrolling The content comes from a Kirigami.CardsListView, which brings its own horizontal margins that interfere with default paddings from DiscoverPage/Kirigami.ScrollablePage and cause the page to be slightly horizontally scrollable. We need to make sure that there are no overlapping margins, which can be done by setting the CardsListView to the page's flickable property and nulling out the page's top and bottom padding values. UX remains the same other than the bug being fixed. FIXED-IN: 6.3.0 M +5 -1 discover/qml/ApplicationsListPage.qml https://invent.kde.org/plasma/discover/-/commit/e601c3389f590910e551ad79ed7829b023bd7781 -- You are receiving this mail because: You are watching all bug changes.