Commit 32fd321a authored by Jean-Philippe Andre's avatar Jean-Philippe Andre

Try to close ticket '#1775' (Qt intf startup size is too big)

Simply resize to sizeHint() on startup.
parent d197ab14
......@@ -237,6 +237,7 @@ MainInterface::MainInterface( intf_thread_t *_p_intf ) : QVLCMW( _p_intf )
/* Update the geometry TODO: is it useful ?*/
updateGeometry();
resize( sizeHint() );
/*****************************************************
* End everything by creating the Systray Management *
......
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