]> git.sesse.net Git - vlc/commitdiff
Revert "Qt: force main window maximum size to be some big enough"
authorJean-Baptiste Kempf <jb@videolan.org>
Thu, 26 Feb 2015 20:15:55 +0000 (21:15 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Thu, 26 Feb 2015 20:18:36 +0000 (21:18 +0100)
This reverts commit b5a43debee2232ca9b3be252f58c0520fcc413b8.

This is not enough and introduces more regressions

modules/gui/qt4/main_interface.cpp

index 157d7fc992e8ea74b309be792e1d1a6688d24434..9fd996cd0d913913cdcfc374d083ac452a34030c 100644 (file)
@@ -260,7 +260,6 @@ MainInterface::MainInterface( intf_thread_t *_p_intf ) : QVLCMW( _p_intf )
     if( b_minimalView )
         toggleMinimalView( true );
 
-    setMaximumSize( QSize( 16386, 16386 ) );
     computeMinimumSize();
 }