Page MenuHome GnuPG

Kleopatra: Limit width of KMessageBoxes
Open, NormalPublic

Description

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.

Event Timeline

TobiasFella created this task.

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