Created attachment 124335 [details] Hidden content SUMMARY Dialog for creating new activity cuts its content when window is too small STEPS TO REPRODUCE 1. Try creating new Activity 2. Resize dialog OBSERVED RESULT When dialog is too small, content is cut EXPECTED RESULT Dialog should either became scrollable or not allow resizing under certain size SOFTWARE/OS VERSIONS Operating System: KDE neon 5.17 KDE Plasma Version: 5.17.4 KDE Frameworks Version: 5.64.0 Qt Version: 5.13.2 Kernel Version: 5.0.0-37-generic OS Type: 64-bit Processors: 4 × Intel® Core™ i5-4690K CPU @ 3.50GHz Memory: 7,7 GiB
Is this the first time you've ever opened that window, or is there a chance that you've opened it in the past, and made it small by accident? I ask because this window remembers its previous size. But I cannot reproduce the issue; when I open it for the first time, it opens at a nice spacious size, and the code seems to support this: https://cgit.kde.org/plasma-desktop.git/tree/kcms/activities/imports/dialog.cpp#n139 What is your screen resolution, and are you using a scale factor greater than 1?
I changed my monitor recently to a much bigger one and while my scale is still set to 1, I use larger fonts (due to display bugs on scales different that 1). This might be reason why this is happening.
(In reply to Marcin Gurtowski from comment #2) > I changed my monitor recently to a much bigger one and while my scale is > still set to 1, I use larger fonts (due to display bugs on scales different > that 1). This might be reason why this is happening. Yup, that's it. This is not a supported setup to achieve display scaling. I would recommend using the official scaling system and reporting bugs as necessary so we can fix them. :)
This still is a bug and Marcin (even if he uses an 'unsupported' setup) explained what whould happen quite precisely - the window should either scroll its contents, or not allow going below a predefined size.