https://bugs.kde.org/show_bug.cgi?id=504920
cwo <cwo....@posteo.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution|--- |FIXED Latest Commit| |https://invent.kde.org/plas | |ma/kdeplasma-addons/-/commi | |t/d0ad03e9f7f678270fcb856d1 | |3ae77785a1bee14 --- Comment #2 from cwo <cwo....@posteo.net> --- Git commit d0ad03e9f7f678270fcb856d13ae77785a1bee14 by Christoph Wolk. Committed on 29/05/2025 at 19:41. Pushed by cwo into branch 'master'. applets/fifteenpuzzle: make tiny sizes work better We allow users to make the applet really small, which can leave it unplayable in some configurations. Part of that is a clear "Don't do that then" case (if you want to play on a 18×18 grid, don't make it barely larger than a stamp) but we can do a much better job at making it fit on the smallest sizes. This change enables word wrap for the victory screen labels, replaces the shuffle button with an icon-only one if its row would not fit, and fixes a spurious binding (my bad) that can cause the field to escape the plasmoid size if you resize it in some ways. Along the way, fix an implicit parameter warning. M +12 -0 applets/fifteenPuzzle/package/contents/ui/FifteenPuzzle.qml M +1 -7 applets/fifteenPuzzle/package/contents/ui/Piece.qml M +1 -1 applets/fifteenPuzzle/package/contents/ui/main.qml https://invent.kde.org/plasma/kdeplasma-addons/-/commit/d0ad03e9f7f678270fcb856d13ae77785a1bee14 -- You are receiving this mail because: You are watching all bug changes.