[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:
David Korth 2025-05-30 19:07:01 -04:00
parent afa93e5950
commit b8c7cc7c09
3 changed files with 2 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.3 KiB

View File

@ -39,5 +39,6 @@
<file>48x48/rvth.png</file> <file>48x48/rvth.png</file>
<file>64x64/rvth.png</file> <file>64x64/rvth.png</file>
<file>128x128/rvth.png</file> <file>128x128/rvth.png</file>
<file>128x128-crop/rvth.png</file>
</qresource> </qresource>
</RCC> </RCC>

View File

@ -41,7 +41,7 @@
</sizepolicy> </sizepolicy>
</property> </property>
<property name="pixmap"> <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>
<property name="alignment"> <property name="alignment">
<set>Qt::AlignCenter</set> <set>Qt::AlignCenter</set>