forked from len0rd/rockbox
replace the old rbutil title icon with the logo-like icon (which is already used by the windows binary)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14512 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
4caf4f96a0
commit
840a437fd3
5 changed files with 5 additions and 668 deletions
|
|
@ -12,6 +12,9 @@
|
|||
<property name="windowTitle" >
|
||||
<string>About Rockbox Utility</string>
|
||||
</property>
|
||||
<property name="windowIcon" >
|
||||
<iconset resource="rbutilqt.qrc" >:/icons/icons/rockbox-1.png</iconset>
|
||||
</property>
|
||||
<layout class="QGridLayout" >
|
||||
<item row="0" column="0" colspan="3" >
|
||||
<layout class="QHBoxLayout" >
|
||||
|
|
@ -21,7 +24,7 @@
|
|||
<string/>
|
||||
</property>
|
||||
<property name="pixmap" >
|
||||
<pixmap resource="rbutilqt.qrc" >:/icons/icons/rbutil.xpm</pixmap>
|
||||
<pixmap resource="rbutilqt.qrc" >:/icons/icons/rockbox-5.png</pixmap>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue