mirror of
https://github.com/GerbilSoft/rvthtool.git
synced 2025-06-18 11:35:33 -04:00
[qrvthtool] Add a cropped version of the 128x128 rvth.png image for AboutDialog.
This reduces wasted space in the dialog. NOTE: This file is *not* installed as part of the icon theme. It's only compiled into the executable as part of hw.qrc.
This commit is contained in:
parent
afa93e5950
commit
b8c7cc7c09
BIN
src/qrvthtool/resources/hw/128x128-crop/rvth.png
Normal file
BIN
src/qrvthtool/resources/hw/128x128-crop/rvth.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.3 KiB |
@ -39,5 +39,6 @@
|
||||
<file>48x48/rvth.png</file>
|
||||
<file>64x64/rvth.png</file>
|
||||
<file>128x128/rvth.png</file>
|
||||
<file>128x128-crop/rvth.png</file>
|
||||
</qresource>
|
||||
</RCC>
|
||||
|
@ -41,7 +41,7 @@
|
||||
</sizepolicy>
|
||||
</property>
|
||||
<property name="pixmap">
|
||||
<pixmap resource="../resources/hw/hw.qrc">:/hw/128x128/rvth.png</pixmap>
|
||||
<pixmap resource="../resources/hw/hw.qrc">:/hw/128x128-crop/rvth.png</pixmap>
|
||||
</property>
|
||||
<property name="alignment">
|
||||
<set>Qt::AlignCenter</set>
|
||||
|
Loading…
Reference in New Issue
Block a user