Bring back the shibeface!

This commit is contained in:
langerhans 2014-04-09 19:56:38 +02:00
parent a7ba819a5c
commit 753eba9753
3 changed files with 20 additions and 0 deletions

View file

@ -46,6 +46,7 @@
<file alias="about">res/images/about.png</file>
<file alias="splash">res/images/splash.png</file>
<file alias="splash_testnet">res/images/splash_testnet.png</file>
<file alias="wallet_bgcoin">res/images/wallet_bgcoin.png</file>
</qresource>
<qresource prefix="/movies">
<file alias="spinner-000">res/movies/spinner-000.png</file>

View file

@ -267,6 +267,25 @@
</property>
</spacer>
</item>
<item>
<widget class="QLabel" name="label_wallet_bgcoin">
<property name="text">
<string/>
</property>
<property name="pixmap">
<pixmap resource="../bitcoin.qrc">:/images/wallet_bgcoin</pixmap>
</property>
<property name="scaledContents">
<bool>false</bool>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
<property name="margin">
<number>-2</number>
</property>
</widget>
</item>
</layout>
</item>
<item>

Binary file not shown.

After

Width:  |  Height:  |  Size: 56 KiB