GUI: Wordwrap texts in the About-dialog.
Fixes ticket #454 (About-dialog size/text problems).
This commit is contained in:
parent
6a76243e9f
commit
17a27bd5e6
|
@ -57,6 +57,9 @@
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Cppcheck - A tool for static C/C++ code analysis.</string>
|
<string>Cppcheck - A tool for static C/C++ code analysis.</string>
|
||||||
</property>
|
</property>
|
||||||
|
<property name="wordWrap">
|
||||||
|
<bool>true</bool>
|
||||||
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
|
@ -64,6 +67,9 @@
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Copyright (C) 2007-2009 Daniel Marjamäki and cppcheck team.</string>
|
<string>Copyright (C) 2007-2009 Daniel Marjamäki and cppcheck team.</string>
|
||||||
</property>
|
</property>
|
||||||
|
<property name="wordWrap">
|
||||||
|
<bool>true</bool>
|
||||||
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
|
|
Loading…
Reference in New Issue