https://bugs.kde.org/show_bug.cgi?id=493042
cwo <christoph.w...@gmx.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas |ma/plasma-pa/-/commit/7878c |ma/plasma-pa/-/commit/1138c |4566048f14783e1f4d62a7cc218 |efa411f18eee0c433b4c8a13833 |386f7de2 |aa1423dd --- Comment #9 from cwo <christoph.w...@gmx.de> --- Git commit 1138cefa411f18eee0c433b4c8a13833aa1423dd by Christoph Wolk. Committed on 16/09/2024 at 07:43. Pushed by cwo into branch 'Plasma/6.2'. 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. (cherry picked from commit 7878c4566048f14783e1f4d62a7cc218386f7de2) Co-authored-by: Christoph Wolk <christoph.w...@gmx.de> M +4 -4 applet/contents/ui/main.qml https://invent.kde.org/plasma/plasma-pa/-/commit/1138cefa411f18eee0c433b4c8a13833aa1423dd -- You are receiving this mail because: You are watching all bug changes.