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

* Forgot to set spacing to 0.

This commit is contained in:
Christian Muehlhaeuser
2011-02-08 12:12:55 +01:00
parent 994e4802ec
commit cbb28ad6e8

View File

@@ -74,6 +74,7 @@ PlaylistManager::PlaylistManager( QObject* parent )
m_splitter->hide( 1, false ); m_splitter->hide( 1, false );
m_widget->layout()->setMargin( 0 ); m_widget->layout()->setMargin( 0 );
m_widget->layout()->setSpacing( 0 );
m_widget->layout()->addWidget( m_topbar ); m_widget->layout()->addWidget( m_topbar );
m_widget->layout()->addWidget( line ); m_widget->layout()->addWidget( line );
m_widget->layout()->addWidget( m_splitter ); m_widget->layout()->addWidget( m_splitter );