1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-04-04 16:12:24 +02:00

* Set minimum size for recently-played tracks in WelcomeWidget.

This commit is contained in:
Christian Muehlhaeuser 2011-06-26 15:35:42 +02:00
parent 97986d8d3e
commit ee70b9e3a7
2 changed files with 4 additions and 10 deletions

View File

@ -49,8 +49,8 @@ WelcomeWidget::WelcomeWidget( QWidget* parent )
ui->splitter->setHandleWidth( 1 );
ui->splitter_2->setHandleWidth( 1 );
ui->splitter_2->setStretchFactor( 0, 3 );
ui->splitter_2->setStretchFactor( 0, 2 );
ui->splitter_2->setStretchFactor( 0, 1 );
WelcomePlaylistModel* model = new WelcomePlaylistModel( this );
model->setMaxPlaylists( HISTORY_PLAYLIST_ITEMS );

View File

@ -53,12 +53,6 @@
<layout class="QVBoxLayout" name="verticalLayout_2">
<item>
<widget class="HeaderLabel" name="label_3">
<property name="maximumSize">
<size>
<width>16777215</width>
<height>16777215</height>
</size>
</property>
<property name="text">
<string>Recently Played Tracks</string>
</property>
@ -66,10 +60,10 @@
</item>
<item>
<widget class="PlaylistView" name="tracksView">
<property name="maximumSize">
<property name="minimumSize">
<size>
<width>16777215</width>
<height>16777215</height>
<width>320</width>
<height>0</height>
</size>
</property>
</widget>