1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-05 13:47:26 +02:00

Swap placement of Albums and Related Artists on new album page and shrink label size a few points

This commit is contained in:
Jason Herskowitz
2012-06-13 10:22:06 -04:00
parent e3aefb78f7
commit 2656c4f3f3

View File

@@ -7,7 +7,7 @@
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>965</width> <width>965</width>
<height>824</height> <height>844</height>
</rect> </rect>
</property> </property>
<property name="windowTitle"> <property name="windowTitle">
@@ -34,7 +34,7 @@
<widget class="QLabel" name="label"> <widget class="QLabel" name="label">
<property name="font"> <property name="font">
<font> <font>
<pointsize>20</pointsize> <pointsize>16</pointsize>
<weight>75</weight> <weight>75</weight>
<bold>true</bold> <bold>true</bold>
</font> </font>
@@ -65,13 +65,13 @@
<property name="font"> <property name="font">
<font> <font>
<family>Arial</family> <family>Arial</family>
<pointsize>20</pointsize> <pointsize>16</pointsize>
<weight>75</weight> <weight>75</weight>
<bold>true</bold> <bold>true</bold>
</font> </font>
</property> </property>
<property name="text"> <property name="text">
<string>Related Artists</string> <string>Albums</string>
</property> </property>
<property name="margin"> <property name="margin">
<number>0</number> <number>0</number>
@@ -79,7 +79,7 @@
</widget> </widget>
</item> </item>
<item> <item>
<widget class="GridView" name="relatedArtists"> <widget class="GridView" name="albums">
<property name="sizePolicy"> <property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Fixed"> <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
<horstretch>0</horstretch> <horstretch>0</horstretch>
@@ -99,14 +99,14 @@
<property name="font"> <property name="font">
<font> <font>
<family>Arial</family> <family>Arial</family>
<pointsize>20</pointsize> <pointsize>16</pointsize>
<weight>75</weight> <weight>75</weight>
<bold>true</bold> <bold>true</bold>
<kerning>true</kerning> <kerning>true</kerning>
</font> </font>
</property> </property>
<property name="text"> <property name="text">
<string>Albums</string> <string>Related Artists</string>
</property> </property>
<property name="margin"> <property name="margin">
<number>0</number> <number>0</number>
@@ -114,7 +114,7 @@
</widget> </widget>
</item> </item>
<item> <item>
<widget class="GridView" name="albums"> <widget class="GridView" name="relatedArtists">
<property name="sizePolicy"> <property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Fixed"> <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
<horstretch>0</horstretch> <horstretch>0</horstretch>
@@ -150,6 +150,11 @@
<height>220</height> <height>220</height>
</size> </size>
</property> </property>
<property name="font">
<font>
<pointsize>12</pointsize>
</font>
</property>
<property name="text"> <property name="text">
<string>Cover</string> <string>Cover</string>
</property> </property>
@@ -172,6 +177,11 @@
<height>240</height> <height>240</height>
</size> </size>
</property> </property>
<property name="font">
<font>
<pointsize>13</pointsize>
</font>
</property>
<property name="verticalScrollBarPolicy"> <property name="verticalScrollBarPolicy">
<enum>Qt::ScrollBarAlwaysOff</enum> <enum>Qt::ScrollBarAlwaysOff</enum>
</property> </property>