1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-20 07:49:42 +01: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>
<y>0</y>
<width>965</width>
<height>824</height>
<height>844</height>
</rect>
</property>
<property name="windowTitle">
@ -34,7 +34,7 @@
<widget class="QLabel" name="label">
<property name="font">
<font>
<pointsize>20</pointsize>
<pointsize>16</pointsize>
<weight>75</weight>
<bold>true</bold>
</font>
@ -65,13 +65,13 @@
<property name="font">
<font>
<family>Arial</family>
<pointsize>20</pointsize>
<pointsize>16</pointsize>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="text">
<string>Related Artists</string>
<string>Albums</string>
</property>
<property name="margin">
<number>0</number>
@ -79,7 +79,7 @@
</widget>
</item>
<item>
<widget class="GridView" name="relatedArtists">
<widget class="GridView" name="albums">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
<horstretch>0</horstretch>
@ -99,14 +99,14 @@
<property name="font">
<font>
<family>Arial</family>
<pointsize>20</pointsize>
<pointsize>16</pointsize>
<weight>75</weight>
<bold>true</bold>
<kerning>true</kerning>
</font>
</property>
<property name="text">
<string>Albums</string>
<string>Related Artists</string>
</property>
<property name="margin">
<number>0</number>
@ -114,7 +114,7 @@
</widget>
</item>
<item>
<widget class="GridView" name="albums">
<widget class="GridView" name="relatedArtists">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
<horstretch>0</horstretch>
@ -150,6 +150,11 @@
<height>220</height>
</size>
</property>
<property name="font">
<font>
<pointsize>12</pointsize>
</font>
</property>
<property name="text">
<string>Cover</string>
</property>
@ -172,6 +177,11 @@
<height>240</height>
</size>
</property>
<property name="font">
<font>
<pointsize>13</pointsize>
</font>
</property>
<property name="verticalScrollBarPolicy">
<enum>Qt::ScrollBarAlwaysOff</enum>
</property>