KMessageBox is the component commonly used for showing various errors, warnings, etc.
When the text in the dialog becomes wide, it isn't wrapped, leading to potentially very wide dialogs.
KMessageBox is the component commonly used for showing various errors, warnings, etc.
When the text in the dialog becomes wide, it isn't wrapped, leading to potentially very wide dialogs.
Apparently KMessageBoxes do actually wrap, just at a larger width than we'd have expected. Lowering this width should be a trivial patch that we could do locally, if we want to