]> git.sesse.net Git - vlc/commitdiff
* modules/gui/wxwindows/interface.cpp: fix for the interface resizing when video...
authorGildas Bazin <gbazin@videolan.org>
Tue, 7 Sep 2004 22:55:26 +0000 (22:55 +0000)
committerGildas Bazin <gbazin@videolan.org>
Tue, 7 Sep 2004 22:55:26 +0000 (22:55 +0000)
modules/gui/wxwindows/interface.cpp

index 7f1963c29ef407f452575ba11dd284ba2b0bec49..a5a693bfdbe93aabe6a665dc81aee2b400ef532d 100644 (file)
@@ -217,7 +217,7 @@ Interface::Interface( intf_thread_t *_p_intf ):
     wxWindow *p_dummy = new wxWindow( this, 0, wxDefaultPosition,
                                       wxSize(0,0) );
     p_dummy->SetFocus();
-    frame_sizer->Add( p_dummy, 0, wxEXPAND );
+    frame_sizer->Add( p_dummy, 0, 0 );
 
     /* Creation of the menu bar */
     CreateOurMenuBar();