mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-05-03 14:48:05 +02:00
* Forgot to set spacing to 0.
This commit is contained in:
parent
994e4802ec
commit
cbb28ad6e8
@ -74,6 +74,7 @@ PlaylistManager::PlaylistManager( QObject* parent )
|
||||
m_splitter->hide( 1, false );
|
||||
|
||||
m_widget->layout()->setMargin( 0 );
|
||||
m_widget->layout()->setSpacing( 0 );
|
||||
m_widget->layout()->addWidget( m_topbar );
|
||||
m_widget->layout()->addWidget( line );
|
||||
m_widget->layout()->addWidget( m_splitter );
|
||||
|
Loading…
x
Reference in New Issue
Block a user