]> git.sesse.net Git - vlc/blobdiff - modules/gui/qt4/components/preferences_widgets.cpp
Qt4 - Open Capture: work on DirectShow Capture cards.
[vlc] / modules / gui / qt4 / components / preferences_widgets.cpp
index e7d8247e8d837c721f8ce809768bfacaf9f4605a..ae61dc479bc06fcd5fb4f57be74557354e0f5a8f 100644 (file)
@@ -354,6 +354,7 @@ StringListConfigControl::StringListConfigControl( vlc_object_t *_p_this,
     label = new QLabel( qtr(p_item->psz_text) );
     combo = new QComboBox();
     combo->setMinimumWidth( 80 );
+    combo->setSizePolicy( QSizePolicy::MinimumExpanding, QSizePolicy::Preferred );
     finish( bycat );
     if( !l )
     {