https://bugs.kde.org/show_bug.cgi?id=458987
--- Comment #27 from Nate Graham <n...@kde.org> --- No. The reason it "works" on X11 is because KWin allows window to be resized to be smaller then their minimum sizes. When this happens, non-scrollable content inside the application window will be cut off; in this case, the bottom two entries in the sidebar. On Wayland, KWin doesn't permit this, so instead the whole bottom part of the window gets cut off. The behaviors are different on X11 vs Wayland, but in both cases things are getting cut off that shouldn't be, and in both cases, it can be solved by setting a smaller minimum window size by removing some items from the sidebar, which is that that patch did. -- You are receiving this mail because: You are watching all bug changes.