1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-13 17:43:59 +02:00

* Fixed broken splitter-handle on OS X.

This commit is contained in:
Christian Muehlhaeuser
2011-06-25 01:39:35 +02:00
parent 3b0292d9d9
commit 2dad4fbe2c

View File

@@ -47,6 +47,8 @@ WelcomeWidget::WelcomeWidget( QWidget* parent )
{
ui->setupUi( this );
ui->splitter->setHandleWidth( 1 );
WelcomePlaylistModel* model = new WelcomePlaylistModel( this );
model->setMaxPlaylists( HISTORY_PLAYLIST_ITEMS );