https://bugs.kde.org/show_bug.cgi?id=440571
David Edmundson <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas |ma/kwin/-/commit/7e25e20097 |ma/kwin/-/commit/e4f9df54e6 |fe8d140f7408b76fbf374fe5f33 |f6f7db493ac8e20fbcdac393bbd |690 |270 Resolution|--- |FIXED --- Comment #20 from David Edmundson <[email protected]> --- Git commit e4f9df54e6f6f7db493ac8e20fbcdac393bbd270 by David Edmundson. Committed on 30/08/2024 at 14:33. Pushed by davidedmundson into branch 'master'. inputmethod: Only align within availableGeometry if it fits An input panel in Overlay mode controls it's own size. If there's space we want to fit it centre aligned within the available space, but if it doesn't fit (i.e having a left panel and a full width keyboard) then centre aligning within the available space doesn't make sense. We would half overlap the panel and half go offscreen. This patch adjusts us to centre align to the output in that condition. M +9 -1 src/inputpanelv1window.cpp https://invent.kde.org/plasma/kwin/-/commit/e4f9df54e6f6f7db493ac8e20fbcdac393bbd270 -- You are receiving this mail because: You are watching all bug changes.
