mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-16 02:54:33 +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->setupUi( this );
|
||||||
|
|
||||||
|
ui->splitter->setHandleWidth( 1 );
|
||||||
|
|
||||||
WelcomePlaylistModel* model = new WelcomePlaylistModel( this );
|
WelcomePlaylistModel* model = new WelcomePlaylistModel( this );
|
||||||
model->setMaxPlaylists( HISTORY_PLAYLIST_ITEMS );
|
model->setMaxPlaylists( HISTORY_PLAYLIST_ITEMS );
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user