https://bugs.kde.org/show_bug.cgi?id=389585
Valeriy Malov <jazzv...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jazzv...@gmail.com --- Comment #20 from Valeriy Malov <jazzv...@gmail.com> --- There seem to be multiple problems First, there seems to be a problem with QDialog + QScrollArea having some kind of implicit preferred maximum size, after which dialog stops growing to fit content. For example, all kcmshell5 dialogs open at 637x518 max for me no matter what's the size of the widget inside. Second, some widgets that have QML contents report incorrect size hint because QML content takes time to initialize. This is why KScreen KCM has size hint explicitly set, and it stops it from opening as extremely tiny window, but issue 1 stops it from opening as a large enough window to fit all contents. Third, few widgets already seem to have scrollable content (e.g. opengl kcm) and they probably just need manual minimum size set. First problem is the biggest issue I suppose, since it affects all KCMs with large content and network manager KCM in particular, but I don't know where this preferred size comes from so I don't know how to fix it yet :/ -- You are receiving this mail because: You are watching all bug changes.