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:
@@ -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 );
|
||||
|
||||
|
Reference in New Issue
Block a user