Commit 8b43c085 authored by Christophe Mutricy's avatar Christophe Mutricy

Increase videowidget size priority over the others.

At the moment it is redumbdant with 6ec764ae
(QSizePolicy::Expanding) but it will be needed when the docked playlist
is re-implemented
parent 06970296
......@@ -436,7 +436,7 @@ void MainInterface::handleMainUi( QSettings *settings )
if( videoEmbeddedFlag )
{
videoWidget = new VideoWidget( p_intf );
mainLayout->insertWidget( 0, videoWidget );
mainLayout->insertWidget( 0, videoWidget, 10 );
var_Create( p_intf, "window_widget", VLC_VAR_ADDRESS );
vlc_value_t val;
......
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