https://bugs.kde.org/show_bug.cgi?id=449272
Nate Graham <n...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Transform KNewStuff dialogs |Use in-page style for GHNS |into modal dialogs |dialogs, rather than | |separate windows CC| |alexander.loh...@gmx.de, | |lei...@leinir.dk, | |mcp...@altlinux.org, | |n...@kde.org --- Comment #1 from Nate Graham <n...@kde.org> --- These dialogs you're thinking of are implemented using Kirigami.OverlaySheet, which isn't designed for a UI as large as this. In fact, these dialogs use Kirigami.OverlaySheets inside themselves! The only UI change we could consider here is going in the opposite direction and make the dialogs into pages, so that they seem integrated into the main window itself. System Monitor already does that, and we could conceivably do the same thing for the GHNS dialogs in QtQuick KCMs. I wouldn't be against it. However we couldn't use this style everywhere; for example it wouldn't for the dialog that you can access from the Widget Explorer. -- You are receiving this mail because: You are watching all bug changes.