]> git.sesse.net Git - vlc/commitdiff
* modules/gui/wxwindows/preferences.cpp: restored the old size of the preferences...
authorGildas Bazin <gbazin@videolan.org>
Wed, 29 Oct 2003 21:04:55 +0000 (21:04 +0000)
committerGildas Bazin <gbazin@videolan.org>
Wed, 29 Oct 2003 21:04:55 +0000 (21:04 +0000)
modules/gui/wxwindows/preferences.cpp

index 342da0433fbd2535307fb5fafc38cecf6a7c1fbc..350f97ad533b82455ef25911d28a943e085db514 100644 (file)
@@ -2,7 +2,7 @@
  * preferences.cpp : wxWindows plugin for vlc
  *****************************************************************************
  * Copyright (C) 2000-2001 VideoLAN
- * $Id: preferences.cpp,v 1.40 2003/10/29 17:32:54 zorglub Exp $
+ * $Id: preferences.cpp,v 1.41 2003/10/29 21:04:55 gbazin Exp $
  *
  * Authors: Gildas Bazin <gbazin@netcourrier.com>
  *
@@ -173,7 +173,7 @@ END_EVENT_TABLE()
  *****************************************************************************/
 PrefsDialog::PrefsDialog( intf_thread_t *_p_intf, wxWindow *p_parent)
   :  wxFrame( p_parent, -1, wxU(_("Preferences")), wxDefaultPosition,
-              wxSize(830,450), wxDEFAULT_FRAME_STYLE )
+              wxSize(700,450), wxDEFAULT_FRAME_STYLE )
 {
     /* Initializations */
     p_intf = _p_intf;