https://bugs.kde.org/show_bug.cgi?id=440571
--- Comment #11 from David Redondo <[email protected]> --- Git commit 6feb67b9fd1148634c022a87062c20a7955c1ac9 by David Redondo. Committed on 22/12/2023 at 08:55. Pushed by davidre into branch 'master'. Let the compositor size space filling panels There were two issues preventing to let the compositor size such panels: - the window needs to be anchored on opposite edges, so LayerShellQt requests size 0 (meaning the compositor should deciude) in that dimension - QtWayland currently will not size windows smaller than the requested minimum size. We can work around this by having a minimum size that's actually smaller than the screen dimension. This fixes a horizontal and a vertical panel next to each other to no longer overlap. M +9 -1 shell/panelview.cpp https://invent.kde.org/plasma/plasma-workspace/-/commit/6feb67b9fd1148634c022a87062c20a7955c1ac9 -- You are receiving this mail because: You are watching all bug changes.
