Created attachment 165331 [details] Screenshot STEPS TO REPRODUCE 1. Right-click on desktop 2. Configure Desktop and Wallpaper 3. Click "Icons" 4. Click "Configure Preview Plugins" OBSERVED RESULT An overlaysheet opens. The Apply/Cancel button on the bottom are cut off and can't be used. See screenshot EXPECTED RESULT Not that SOFTWARE/OS VERSIONS KDE Plasma Version: master KDE Frameworks Version: master Qt Version: 6.7 ADDITIONAL INFORMATION
Created attachment 165337 [details] moving the preview plugins window
It was visible for me initially, but that "Preview Plugins" popup window can be moved up and down by grabbing it's title bar, but it only draws inside its parent window.
Works as expected for me with Qt 6.6.0. Maybe a Qt 6.7 issue?
(In reply to Nicolas Fella from comment #0) > Created attachment 165331 [details] > Screenshot > > STEPS TO REPRODUCE > 1. Right-click on desktop > 2. Configure Desktop and Wallpaper > 3. Click "Icons" > 4. Click "Configure Preview Plugins" > > OBSERVED RESULT > An overlaysheet opens. The Apply/Cancel button on the bottom are cut off and > can't be used. See screenshot > > EXPECTED RESULT > Not that > > SOFTWARE/OS VERSIONS > KDE Plasma Version: master > KDE Frameworks Version: master > Qt Version: 6.7 > > ADDITIONAL INFORMATION Can you drag the overlaysheet up and down by it's titlebar?
(In reply to Nate Graham from comment #3) > Works as expected for me with Qt 6.6.0. Maybe a Qt 6.7 issue? I'm on Qt 6.6.1. Can you drag the overlaysheet up and down by it's titlebar?
You cannot.
Can reproduce on Arch Linux running Plasma 6 RC2 and Qt 6.7 beta2.
A possibly relevant merge request was started @ https://invent.kde.org/frameworks/kirigami/-/merge_requests/1454
Git commit b18c1e6194238689faa258e02f0e765e795f6ea7 by Nicolas Fella, on behalf of Marco Martin. Committed on 01/02/2024 at 22:19. Pushed by nicolasfella into branch 'master'. Fix Overlay sheet size hints Make sure the actual root element of the Overlay sheet doesn't go out of the app window by limiting the hints, then in the case of a manual flickable inserted in the sheet, use the flickable content height as implicit height to try to show it without a scrollbar Related: bug 480673, bug 480508, bug 480147 M +10 -6 src/controls/templates/OverlaySheet.qml https://invent.kde.org/frameworks/kirigami/-/commit/b18c1e6194238689faa258e02f0e765e795f6ea7