Commit 0f106581 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Revert "Qt: force main window maximum size to be some big enough"

This reverts commit 19ca9885.
parent ff6d03f0
......@@ -260,7 +260,6 @@ MainInterface::MainInterface( intf_thread_t *_p_intf ) : QVLCMW( _p_intf )
if( b_minimalView )
toggleMinimalView( true );
setMaximumSize( QSize( 16386, 16386 ) );
computeMinimumSize();
}
......
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