From: Jean-Baptiste Kempf Date: Mon, 7 Jul 2008 14:21:42 +0000 (-0700) Subject: Force a correct size of the dialog at start. X-Git-Tag: 0.9.0-test2~128 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=033d2a6d5a7887f4b2c24312906799390e0f1080;p=vlc Force a correct size of the dialog at start. --- diff --git a/modules/gui/qt4/dialogs/bookmarks.cpp b/modules/gui/qt4/dialogs/bookmarks.cpp index 343a1cdefd..e3f65189f3 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 * @@ -78,6 +78,7 @@ BookmarksDialog::BookmarksDialog( intf_thread_t *_p_intf ):QVLCFrame( _p_intf ) BUTTONACT( extractButton, extract() ); readSettings( "Bookmarks" ); + updateGeometry(); } BookmarksDialog::~BookmarksDialog()