1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-16 02:54:33 +02:00

bigger resolver icon

This commit is contained in:
Kilian Lackhove
2012-09-12 14:20:34 +02:00
parent 371d787b46
commit bdbfa5bf63
2 changed files with 17 additions and 17 deletions

View File

@@ -91,7 +91,7 @@ AudioControls::AudioControls( QWidget* parent )
ui->socialButton->setFixedSize( QSize( 20, 20 ) );
ui->loveButton->setFixedSize( QSize( 20, 20 ) );
ui->ownerButton->setFixedSize( QSize( 20, 20 ) );
ui->ownerButton->setFixedSize( QSize( 36, 36 ) );
#ifdef Q_WS_MAC
ui->ownerLabel->setForegroundRole( QPalette::Text );

View File

@@ -331,22 +331,6 @@
</property>
</widget>
</item>
<item>
<widget class="ImageButton" name="ownerButton">
<property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Minimum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="cursor">
<cursorShape>PointingHandCursor</cursorShape>
</property>
<property name="text">
<string>resolver</string>
</property>
</widget>
</item>
</layout>
</item>
<item>
@@ -364,6 +348,22 @@
</item>
</layout>
</item>
<item>
<widget class="ImageButton" name="ownerButton">
<property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Minimum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="cursor">
<cursorShape>PointingHandCursor</cursorShape>
</property>
<property name="text">
<string>resolver</string>
</property>
</widget>
</item>
</layout>
</item>
<item>