Created attachment 193221 [details] Screenshot showing the problem DESCRIPTION In the "Manage Panels and Desktops" dialog (actual dialog title, which is not the same as the component name), in Plasma 6.7 beta 2, there's a new top bar with a helpful message, but this new bar doesn't move the actual management UI down - it covers the top of the management UI and prevents (to some degree) access to the buttons. See screenshot SOFTWARE/OS VERSIONS Operating System: KDE neon Testing Edition KDE Plasma Version: 6.7.0 KDE Frameworks Version: 6.28.0 Qt Version: 6.11.1 Kernel Version: 7.0.0-14-generic (64-bit) Graphics Platform: Wayland Processors: 20 × 12th Gen Intel® Core™ i7-12700H Memory: 32 GiB of RAM (31.0 GiB usable) Graphics Processor: Intel® Iris® Xe Graphics
Created attachment 193223 [details] More of the problem I just noticed that the issue is actually worse than I initially thought - if you were wondering why the desktop button for the middle (actually right most - see bug #477122) screen is positioned lower than the other desktops' button - its because that desktop has a top panel (see this screenshot) whose configuration is not completely inaccessible.
Can confirm. It didn't used to do this; looks like a regression.
A possibly relevant merge request was started @ https://invent.kde.org/frameworks/kirigami/-/merge_requests/2117
Git commit c8889cbfcc8a3292db1e65b451e0c6f963718a4e by Marco Martin. Committed on 17/06/2026 at 14:07. Pushed by mart into branch 'master'. AbstractApplicationWindow: Fix applications that use an header item Most kirigami applications use the headers of the PageRow, not the ApplicationWindow internal header. those that do, had layout problems due to an invalid old layout condition that oddly depended from wideMode, which is clearly wrong. now put the same condition as the margins for the footer M +1 -1 src/controls/AbstractApplicationWindow.qml https://invent.kde.org/frameworks/kirigami/-/commit/c8889cbfcc8a3292db1e65b451e0c6f963718a4e