https://bugs.kde.org/show_bug.cgi?id=416454
--- Comment #4 from Nate Graham <n...@kde.org> --- We basically have two kinds of dialogs, from a user perspective: 1. A "real window" that just happens to be a dialog. For example: open/save dialogs, settings windows, etc. These usually make sense to be tile-able as they are large and generally lay out their content acceptably when made bigger. 2. A "dialog box" that shows you a message or asks for some quick choice. For example: KMessageBox and its subclasses, job progress windows, the file overwrite dialog, etc. These never make sense to tile or even resize. Maybe there's a way to only prevent tiling (and potentially even resizing) for dialog type #2, but not #1. -- You are receiving this mail because: You are watching all bug changes.