]> git.sesse.net Git - vlc/commitdiff
Force a correct size of the dialog at start.
authorJean-Baptiste Kempf <jb@videolan.org>
Mon, 7 Jul 2008 14:21:42 +0000 (07:21 -0700)
committerJean-Baptiste Kempf <jb@videolan.org>
Mon, 7 Jul 2008 16:05:36 +0000 (09:05 -0700)
modules/gui/qt4/dialogs/bookmarks.cpp

index 343a1cdefdec6382f7992381f3fc73a04b1914f7..e3f65189f32b61b679fe169766c16d60ef85193c 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * bookmarks.cpp : Bookmarks
  ****************************************************************************
- * Copyright (C) 2006 the VideoLAN team
+ * Copyright (C) 2007-2008 the VideoLAN team
  *
  * Authors: Antoine Lejeune <phytos@via.ecp.fr>
  *
@@ -78,6 +78,7 @@ BookmarksDialog::BookmarksDialog( intf_thread_t *_p_intf ):QVLCFrame( _p_intf )
     BUTTONACT( extractButton, extract() );
 
     readSettings( "Bookmarks" );
+    updateGeometry();
 }
 
 BookmarksDialog::~BookmarksDialog()