GUI: Wordwrap texts in the About-dialog.

Fixes ticket #454 (About-dialog size/text problems).
This commit is contained in:
Kimmo Varis 2009-07-12 11:09:50 +03:00
parent 6a76243e9f
commit 17a27bd5e6
1 changed files with 6 additions and 0 deletions

View File

@ -57,6 +57,9 @@
<property name="text">
<string>Cppcheck - A tool for static C/C++ code analysis.</string>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</item>
<item>
@ -64,6 +67,9 @@
<property name="text">
<string>Copyright (C) 2007-2009 Daniel Marjamäki and cppcheck team.</string>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</item>
<item>