Commit 60d07435 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt: thou shalt NOT give 2 layouts to the same widget

parent a9dc3059
......@@ -190,7 +190,7 @@ PlaylistWidget::PlaylistWidget( intf_thread_t *_p_i, QWidget *_par )
CONNECT( zoomSlider, valueChanged( int ), model, changeZoom( int ) );
/* pad our zoom slider */
QGridLayout *sliderLayout = new QGridLayout( this );
QGridLayout *sliderLayout = new QGridLayout;
QSpacerItem* sliderSpacer =
new QSpacerItem( mainView->getScrollBarsSize(),
mainView->getScrollBarsSize(),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment