Commit 19ca9885 authored by Sergey Radionov's avatar Sergey Radionov Committed by Jean-Baptiste Kempf

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

Close #12852
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
(cherry picked from commit b5a43debee2232ca9b3be252f58c0520fcc413b8)
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 3031274f
......@@ -260,6 +260,7 @@ 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