https://bugs.kde.org/show_bug.cgi?id=505132
cwo <cwo....@posteo.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Version Fixed In| |6.4.0 Resolution|--- |FIXED Latest Commit| |https://invent.kde.org/plas | |ma/kdeplasma-addons/-/commi | |t/d999aa5d678028ab613b786bf | |f2dbae38d827227 --- Comment #4 from cwo <cwo....@posteo.net> --- Git commit d999aa5d678028ab613b786bff2dbae38d827227 by Christoph Wolk. Committed on 03/06/2025 at 18:43. Pushed by cwo into branch 'master'. applets/notes: fix fullRepresentation in panel The fullRepresentation does not take into account that it could be placed in a very thick panel. It sets minimum width in that case (to constrain the popup), but they also apply to the fullRepresentation in the panel directly, is much smaller than that case can handle, and causes it to go on a wild resizing spree that locks up plasmashell completely. Instead, we do not set minimum widths in that case, which does the only sensible thing: a square widget that fits the panel size. While we're at it, also tweak the other panel checks that only apply in case of compactRepresentation-in-panel; there is for example no point to having the pin button for fullRepresentation-in-panel as it's not going to close anyway. FIXED-IN: 6.4.0 M +18 -7 applets/notes/package/contents/ui/main.qml https://invent.kde.org/plasma/kdeplasma-addons/-/commit/d999aa5d678028ab613b786bff2dbae38d827227 -- You are receiving this mail because: You are watching all bug changes.