From 033d2a6d5a7887f4b2c24312906799390e0f1080 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Kempf Date: Mon, 7 Jul 2008 07:21:42 -0700 Subject: [PATCH] Force a correct size of the dialog at start. --- modules/gui/qt4/dialogs/bookmarks.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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() -- 2.39.2