https://bugs.kde.org/show_bug.cgi?id=507397
cwo <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas |ma/plasma-desktop/-/commit/ |ma/plasma-desktop/-/commit/ |2e1a5b38bc56ce594df08dbdf3d |f6153c0e721f06015a814be35f5 |50b4c7b8bdf92 |bde97c3261ef3 --- Comment #5 from cwo <[email protected]> --- Git commit f6153c0e721f06015a814be35f5bde97c3261ef3 by Christoph Wolk. Committed on 04/08/2025 at 12:38. Pushed by cwo into branch 'Plasma/6.4'. applets/kicker: correctly position search field The search field in Kicker can be positioned wrong in a few cases, pushing its very edge just outside the popup which looks wrong. This is due to extra inappropriate spacing, resulting from two problems. The first is that for top- and right-aligned panel applets, the state values are incorrectly set and add superfluous spacing that is not present in the left- or bottom-aligned base versions. The second issue is that in case of an empty favorites sidebar, the search field (which is positioned with anchors) adds a smallSpacing that it shouldn't, as the content Row's spacing does not apply between two items if one of them is not visible. Instead, we remove both causes of extra spacing, making the search field fit properly. FIXED-IN: 6.4.4 (cherry picked from commit 2e1a5b38bc56ce594df08dbdf3d50b4c7b8bdf92) Co-authored-by: Christoph Wolk <[email protected]> M +5 -3 applets/kicker/package/contents/ui/MenuRepresentation.qml https://invent.kde.org/plasma/plasma-desktop/-/commit/f6153c0e721f06015a814be35f5bde97c3261ef3 -- You are receiving this mail because: You are watching all bug changes.
