Commit 9c45afe2 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt: playlist, set a minimum width

parent 85ee626a
......@@ -57,6 +57,7 @@ StandardPLPanel::StandardPLPanel( PlaylistWidget *_parent,
{
QGridLayout *layout = new QGridLayout( this );
layout->setSpacing( 0 ); layout->setMargin( 0 );
setMinimumWidth( 300 );
model = new PLModel( p_playlist, p_intf, p_root, this );
......
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