https://bugs.kde.org/show_bug.cgi?id=493042
cwo <christoph.w...@gmx.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|ASSIGNED |RESOLVED Latest Commit| |https://invent.kde.org/plas | |ma/plasma-pa/-/commit/7878c | |4566048f14783e1f4d62a7cc218 | |386f7de2 --- Comment #8 from cwo <christoph.w...@gmx.de> --- Git commit 7878c4566048f14783e1f4d62a7cc218386f7de2 by Christoph Wolk. Committed on 16/09/2024 at 07:38. Pushed by cwo into branch 'master'. applet: directly set switching sizes The volume applet currently reads the minimum size for switching to full representation from the Layout. This does not work in a panel though, because the applet is not in a layout, and the fullRepresentation is not loaded so the Layout properties set there can't be used for this either. This change sets the switching values explicitly (in multiples of gridUnit) and has the fullRepresentation set the Layout properties based on those, rather than the other way around. This is how similar applets do it (e.g. webbrowser or mediacontroller), and restores Plasma 5 functionality. M +4 -4 applet/contents/ui/main.qml https://invent.kde.org/plasma/plasma-pa/-/commit/7878c4566048f14783e1f4d62a7cc218386f7de2 -- You are receiving this mail because: You are watching all bug changes.