https://bugs.kde.org/show_bug.cgi?id=522377
cwo <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas |ma/kdeplasma-addons/-/commi |ma/kdeplasma-addons/-/commi |t/536464336578648e33238b9f3 |t/c2e569561e9a068a312e601b6 |58ac2e6601271f5 |dc8a79bc016bc16 --- Comment #11 from cwo <[email protected]> --- Git commit c2e569561e9a068a312e601b6dc8a79bc016bc16 by Christoph Wolk. Committed on 13/07/2026 at 19:21. Pushed by cwo into branch 'master'. applets/colorpicker: allow space for all previews The colorpicker compactRepresentation allows the user to show up to 9 ColorCircle previews as a configuration setting. The compactRepresentation has a maximum limit for height and width as three times the other dimension (which determines the regular button height). We end up trying to squish up to 9 preview circles into the space, which causes them to reduce to useless sizes that can't be clicked. Instead, set the size limits dynamically based on the configured number of previews. We also set the implicit sizes accordingly, as there are situations where the panel may otherwise resize it the same way even with a sufficient maximum size. M +5 -2 applets/colorpicker/qml/CompactRepresentation.qml https://invent.kde.org/plasma/kdeplasma-addons/-/commit/c2e569561e9a068a312e601b6dc8a79bc016bc16 -- You are receiving this mail because: You are watching all bug changes.
