Created attachment 161082 [details] Krunner SUMMARY The Krunner items (configure menu button, search bar, help menu button, and pin button) are not centered horizontally within their container. STEPS TO REPRODUCE 1. Launcher krunner 2. Observe UI OBSERVED RESULT Misaligned UI EXPECTED RESULT Centered UI SOFTWARE/OS VERSIONS Operating System: KDE neon Unstable Edition KDE Plasma Version: 5.27.80 KDE Frameworks Version: 5.240.0 Qt Version: 6.6.0 Kernel Version: 6.2.0-26-generic (64-bit) Graphics Platform: Wayland
Could be caused by changes to Plasma Dialogs.
*** Bug 476730 has been marked as a duplicate of this bug. ***
A possibly relevant merge request was started @ https://invent.kde.org/plasma/plasma-framework/-/merge_requests/959
Git commit 70d329628d0e29b59da1f2c3db1d1f2e89a88f3e by Fushan Wen. Committed on 14/11/2023 at 01:02. Pushed by fusionfuture into branch 'master'. krunner: limit window maximum height to screen available height Related: bug 476939 M +6 -4 krunner/qml/RunCommand.qml M +2 -2 krunner/view.cpp https://invent.kde.org/plasma/plasma-workspace/-/commit/70d329628d0e29b59da1f2c3db1d1f2e89a88f3e
note that this happens only when krunner is configured to pop in the middle of the screen, and another bug is present: there are no borders and shadows
A possibly relevant merge request was started @ https://invent.kde.org/plasma/plasma-workspace/-/merge_requests/3534
Git commit d510dfd0bf5e790dccb3dd3bfa9067feca81c2b0 by Marco Martin. Committed on 14/11/2023 at 16:10. Pushed by mart into branch 'master'. Fix krunner visual issues * When krunner is floating, show borders and shadows (Qt::EdgeFlags() means no edges, not all edges) * Properly initialize the theme: set _kirigamiTheme before creating the view, as PlasmaWindow in its ctor instantiates the background svg, it needs to have the correct theme from the get go M +9 -1 krunner/main.cpp M +7 -0 krunner/qml/RunCommand.qml M +14 -12 krunner/view.cpp M +1 -1 krunner/view.h https://invent.kde.org/plasma/plasma-workspace/-/commit/d510dfd0bf5e790dccb3dd3bfa9067feca81c2b0