1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-15 18:44:30 +02:00

Moved the loveButton to a reasonable place in audiocontrols.

Also changed the PlaylistTypeSelectorDlg to not be lop-sided.
This commit is contained in:
Christopher Reichert
2011-06-25 17:43:52 -05:00
parent f380317775
commit bdf8a0a353
2 changed files with 32 additions and 15 deletions

View File

@@ -251,6 +251,8 @@
</property> </property>
</spacer> </spacer>
</item> </item>
<item>
<layout class="QVBoxLayout" name="verticalLayout_2">
<item> <item>
<widget class="ImageButton" name="loveButton"> <widget class="ImageButton" name="loveButton">
<property name="sizePolicy"> <property name="sizePolicy">
@@ -264,6 +266,21 @@
</property> </property>
</widget> </widget>
</item> </item>
<item>
<spacer name="verticalSpacer_2">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>13</height>
</size>
</property>
</spacer>
</item>
</layout>
</item>
<item> <item>
<widget class="QLabel" name="ownerLabel"> <widget class="QLabel" name="ownerLabel">
<property name="font"> <property name="font">

View File

@@ -6,7 +6,7 @@
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>554</width> <width>482</width>
<height>169</height> <height>169</height>
</rect> </rect>
</property> </property>