https://bugs.kde.org/show_bug.cgi?id=489580
--- Comment #9 from cwo <cwo....@posteo.net> --- Git commit 7ad3016f6e419f4e5e13561856af1d360e5d6b63 by Christoph Wolk. Committed on 27/03/2025 at 07:40. Pushed by cwo into branch 'master'. kcm: make long wallpaper plugins scrollable Wallpaper plugins can (and usually do) have their own settings, which are dynamically loaded. There is a problem though because some wallpaper plugins are based around a resizable view (such as a gridview of images) that provides its own scollview and expect to fill the available area, while others just provide items and rely on the loading container to provide scrollability. Instead, we set the implicitSize of the loader to its content and adjust the main layout height accordingly if necessary (so (implicitly) large items will cause scrollability, but keep the loader filling the layout (so resizable views take up the whole space). Along the way, we fix a warning during the loading of the kcm. M +3 -2 kcm/ui/Appearance.qml M +1 -1 kcm/ui/WallpaperConfig.qml https://invent.kde.org/plasma/kscreenlocker/-/commit/7ad3016f6e419f4e5e13561856af1d360e5d6b63 -- You are receiving this mail because: You are watching all bug changes.