[vlc-devel] commit: Force a correct size of the dialog at start. (Jean-Baptiste Kempf )

git version control git at videolan.org
Mon Jul 7 18:05:10 CEST 2008


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Mon Jul  7 07:21:42 2008 -0700| [033d2a6d5a7887f4b2c24312906799390e0f1080]

Force a correct size of the dialog at start.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=033d2a6d5a7887f4b2c24312906799390e0f1080
---

 modules/gui/qt4/dialogs/bookmarks.cpp |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/modules/gui/qt4/dialogs/bookmarks.cpp b/modules/gui/qt4/dialogs/bookmarks.cpp
index 343a1cd..e3f6518 100644
--- a/modules/gui/qt4/dialogs/bookmarks.cpp
+++ b/modules/gui/qt4/dialogs/bookmarks.cpp
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * bookmarks.cpp : Bookmarks
  ****************************************************************************
- * Copyright (C) 2006 the VideoLAN team
+ * Copyright (C) 2007-2008 the VideoLAN team
  *
  * Authors: Antoine Lejeune <phytos at 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()




More information about the vlc-devel mailing list