1
0
Fork 0
forked from len0rd/rockbox

Use a html version of gpl for the licence in the about box. Make the box use word wrap as well

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14011 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Martin Arver 2007-07-26 20:59:24 +00:00
parent 6a20def805
commit 4a115d81da
4 changed files with 499 additions and 10 deletions

View file

@ -105,13 +105,11 @@ Released under the GNU General Public License v2.
<layout class="QGridLayout" >
<item row="0" column="0" >
<widget class="QTextBrowser" name="browserLicense" >
<property name="font" >
<font>
<family>Courier New</family>
</font>
<property name="horizontalScrollBarPolicy" >
<enum>Qt::ScrollBarAlwaysOff</enum>
</property>
<property name="lineWrapMode" >
<enum>QTextEdit::NoWrap</enum>
<enum>QTextEdit::WidgetWidth</enum>
</property>
</widget>
</item>