https://bugs.kde.org/show_bug.cgi?id=461506
Nate Graham <n...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Version Fixed In| |5.27 Status|ASSIGNED |RESOLVED Resolution|--- |FIXED Latest Commit| |https://invent.kde.org/plas | |ma/plasma-desktop/commit/09 | |10a8b17095700fbed0a4fe1980d | |012336f6505 --- Comment #10 from Nate Graham <n...@kde.org> --- Git commit 0910a8b17095700fbed0a4fe1980d012336f6505 by Nate Graham, on behalf of Niccolò Venerandi. Committed on 28/11/2022 at 19:17. Pushed by ngraham into branch 'master'. Make sure Panel cannot be smaller than the margins of the panel SVG Depends on: - https://invent.kde.org/plasma/plasma-workspace/-/merge_requests/2329 - https://invent.kde.org/frameworks/plasma-framework/-/merge_requests/647 This commit reads the minimum size the panel can be drawn at in the Panel view (so that it can be read by the panel cpp code) and makes sure that the thickness box cannot set a value that's lower than that. Even if you change to a theme that has min size bigger than current panel thickness, the value will update so that it's never lower than it (since we re-check the thickness every time the min size changes; see https://invent.kde.org/plasma/plasma-workspace/-/merge_requests/2329/diffs#a59fc6b4fc8c9491e223a39a5c49d288286e16f0_1535_1555). FIXED-IN: 5.27 M +7 -2 desktoppackage/contents/configuration/panelconfiguration/ToolBar.qml M +3 -0 desktoppackage/contents/views/Panel.qml https://invent.kde.org/plasma/plasma-desktop/commit/0910a8b17095700fbed0a4fe1980d012336f6505 -- You are receiving this mail because: You are watching all bug changes.