https://bugs.kde.org/show_bug.cgi?id=521068
cwo <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Version| |6.7.0 Fixed/Implemented| | In| | Latest Commit| |https://invent.kde.org/plas | |ma/plasma-desktop/-/commit/ | |09e0370796f75e6b3f800621466 | |f4da733e0067e Resolution|--- |FIXED --- Comment #11 from cwo <[email protected]> --- Git commit 09e0370796f75e6b3f800621466f4da733e0067e by Christoph Wolk. Committed on 08/06/2026 at 17:13. Pushed by cwo into branch 'master'. applets/kickoff: don't use binding to center grid Kickoff's grid view may be centered, but only if it is the favorites view and the number of favorites are guaranteed to fit the window. This is to avoid the click targets shifting when the scroll bar changes visibility. This is implemented with a binding on the horizontal anchor. Such bindings are generally dangerous and may lead to issues; the more robust approach is to use states and AnchorChanges. This avoids binding order issues, as can be triggered sometimes when changing activities (which will briefly leave the number of favorites at zero while the model is reset). So we switch to this way of doing it. FIXED-IN: 6.7.0 M +12 -1 applets/kickoff/KickoffGridView.qml https://invent.kde.org/plasma/plasma-desktop/-/commit/09e0370796f75e6b3f800621466f4da733e0067e -- You are receiving this mail because: You are watching all bug changes.
