[vlc-commits] Revert "Qt: force main window maximum size to be some	big enough"
    Jean-Baptiste Kempf 
    git at videolan.org
       
    Thu Feb 26 21:19:34 CET 2015
    
    
  
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Thu Feb 26 21:15:55 2015 +0100| [b2acddfdbb32aeea04bc205c8765f4dbd130df5d] | committer: Jean-Baptiste Kempf
Revert "Qt: force main window maximum size to be some big enough"
This reverts commit b5a43debee2232ca9b3be252f58c0520fcc413b8.
This is not enough and introduces more regressions
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b2acddfdbb32aeea04bc205c8765f4dbd130df5d
---
 modules/gui/qt4/main_interface.cpp |    1 -
 1 file changed, 1 deletion(-)
diff --git a/modules/gui/qt4/main_interface.cpp b/modules/gui/qt4/main_interface.cpp
index 157d7fc..9fd996c 100644
--- a/modules/gui/qt4/main_interface.cpp
+++ b/modules/gui/qt4/main_interface.cpp
@@ -260,7 +260,6 @@ MainInterface::MainInterface( intf_thread_t *_p_intf ) : QVLCMW( _p_intf )
     if( b_minimalView )
         toggleMinimalView( true );
 
-    setMaximumSize( QSize( 16386, 16386 ) );
     computeMinimumSize();
 }
 
    
    
More information about the vlc-commits
mailing list