Commit 876ebf08 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt: default FSC width to 800

parent e84b1a91
......@@ -723,7 +723,7 @@ FullscreenControllerWidget::FullscreenControllerWidget( intf_thread_t *_p_i, QWi
vout.clear();
setWindowFlags( Qt::ToolTip );
setMinimumWidth( 600 );
setMinimumWidth( 800 );
setMinimumHeight( 72 );
isWideFSC = false;
......
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