mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 05:05:20 -05:00
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:
parent
6a20def805
commit
4a115d81da
4 changed files with 499 additions and 10 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue