Summary: | Word wrapping in KMessageBox::error | ||
---|---|---|---|
Product: | [Unmaintained] kdelibs | Reporter: | Michaël Todorovic <michael.todorovic> |
Component: | general | Assignee: | kdelibs bugs <kdelibs-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version First Reported In: | unspecified | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Michaël Todorovic
2008-01-27 14:56:38 UTC
SVN commit 767327 by uwolfer: Do only enable automatic wrapping for messages which are longer than one third of the current screen width. Otherwise some very short messages are displayed in three or more lines; only one word per line in some cases. You can still force line breaks with \n. BUG:156780 M +8 -2 dialogs/kmessagebox.cpp M +2 -2 tests/kmessageboxtest.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=767327 |