Commit 8ac185e0 authored by Francois Cartegnie's avatar Francois Cartegnie

Qt: preferences: remove the 150px width enforcing

parent 50aa2b94
......@@ -198,7 +198,6 @@ void PrefsDialog::setSmall()
currentItemChanged( int ),
this, changeSimplePanel( int ) );
simple_tree_panel->layout()->addWidget( simple_tree );
simple_tree_panel->setMinimumSize( QSize( 150, 0 ) );
simple_tree_panel->setSizePolicy( QSizePolicy::Fixed, QSizePolicy::Preferred );
}
......
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