Use large logo scaled down for sharpness

This commit is contained in:
Phil Olynyk 2019-04-21 21:18:43 -04:00
parent 4f234a5a9f
commit a58cbe3205
5 changed files with 5 additions and 11 deletions

View File

@ -117,7 +117,7 @@
<string notr="true"/> <string notr="true"/>
</property> </property>
<property name="pixmap"> <property name="pixmap">
<pixmap resource="Resources.qrc">:/icons/logo-lm.png</pixmap> <pixmap resource="Resources.qrc">:/icons/logo-lg.png</pixmap>
</property> </property>
<property name="scaledContents"> <property name="scaledContents">
<bool>true</bool> <bool>true</bool>

View File

@ -1 +1 @@
const int build_number = 1; const int build_number = 2;

View File

@ -850,7 +850,7 @@
<string/> <string/>
</property> </property>
<property name="pixmap"> <property name="pixmap">
<pixmap resource="Resources.qrc">:/icons/logo-lm.png</pixmap> <pixmap resource="Resources.qrc">:/icons/logo-lg.png</pixmap>
</property> </property>
<property name="scaledContents"> <property name="scaledContents">
<bool>true</bool> <bool>true</bool>

View File

@ -114,12 +114,6 @@
</item> </item>
<item> <item>
<widget class="QLabel" name="OSCAR_Logo"> <widget class="QLabel" name="OSCAR_Logo">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>1</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="maximumSize"> <property name="maximumSize">
<size> <size>
<width>128</width> <width>128</width>
@ -130,7 +124,7 @@
<string/> <string/>
</property> </property>
<property name="pixmap"> <property name="pixmap">
<pixmap resource="Resources.qrc">:/icons/logo-lm.png</pixmap> <pixmap resource="Resources.qrc">:/icons/logo-lg.png</pixmap>
</property> </property>
<property name="scaledContents"> <property name="scaledContents">
<bool>true</bool> <bool>true</bool>

View File

@ -90,7 +90,7 @@
<string notr="true"/> <string notr="true"/>
</property> </property>
<property name="pixmap"> <property name="pixmap">
<pixmap resource="Resources.qrc">:/icons/logo-lm.png</pixmap> <pixmap resource="Resources.qrc">:/icons/logo-lg.png</pixmap>
</property> </property>
<property name="scaledContents"> <property name="scaledContents">
<bool>true</bool> <bool>true</bool>