https://bugs.kde.org/show_bug.cgi?id=495306
cwo <cwo....@posteo.net> 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/4b4090d1a238f6f5c3aaae4e9 |t/564075fc5c8812cf2c3bb157c |838b02342c22b61 |7cbefac57d185e0 --- Comment #21 from cwo <cwo....@posteo.net> --- Git commit 564075fc5c8812cf2c3bb157c7cbefac57d185e0 by Christoph Wolk. Committed on 01/05/2025 at 21:58. Pushed by cwo into branch 'Plasma/6.3'. applets/notes: don't set Layout preferred sizes Currently, the fullRepresentation sets Layout.preferredSize. This gives the widget a default size for the desktop representation or the panel popup, but is much too eager on desktop - when the desktop layout is recomputed (such as on plasmashell startup), it will try to give the widget that size. If space for the preffered size is available in either dimension, the widget size that the user chose will be overwritten by the default size. Messing with the user's desktop widget arrangement in this way is not nice; we should respect the user's choices where possible. Instead, set the width and height of the PlasmoidItem. A newly added widget will use this for its default size, but will not override any sizes the user chooses later. FIXED-IN: 6.3.5 (cherry picked from commit 4b4090d1a238f6f5c3aaae4e9838b02342c22b61) Co-authored-by: Christoph Wolk <cwo....@posteo.net> M +3 -2 applets/notes/package/contents/ui/main.qml https://invent.kde.org/plasma/kdeplasma-addons/-/commit/564075fc5c8812cf2c3bb157c7cbefac57d185e0 -- You are receiving this mail because: You are watching all bug changes.