[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:21:29 CET 2015
vlc/vlc-2.2 | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Thu Feb 26 21:21:25 2015 +0100| [0f106581ca873385fa014a96248da8cee35f4989] | committer: Jean-Baptiste Kempf
Revert "Qt: force main window maximum size to be some big enough"
This reverts commit 19ca9885e15ef0ef71191f05fcedc0fce861c10a.
> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.2.git/?a=commit;h=0f106581ca873385fa014a96248da8cee35f4989
---
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 68a8e65..8c911e8 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