Commit 033d2a6d authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Force a correct size of the dialog at start.

parent b660dd5c
/***************************************************************************** /*****************************************************************************
* bookmarks.cpp : Bookmarks * bookmarks.cpp : Bookmarks
**************************************************************************** ****************************************************************************
* Copyright (C) 2006 the VideoLAN team * Copyright (C) 2007-2008 the VideoLAN team
* *
* Authors: Antoine Lejeune <phytos@via.ecp.fr> * Authors: Antoine Lejeune <phytos@via.ecp.fr>
* *
...@@ -78,6 +78,7 @@ BookmarksDialog::BookmarksDialog( intf_thread_t *_p_intf ):QVLCFrame( _p_intf ) ...@@ -78,6 +78,7 @@ BookmarksDialog::BookmarksDialog( intf_thread_t *_p_intf ):QVLCFrame( _p_intf )
BUTTONACT( extractButton, extract() ); BUTTONACT( extractButton, extract() );
readSettings( "Bookmarks" ); readSettings( "Bookmarks" );
updateGeometry();
} }
BookmarksDialog::~BookmarksDialog() BookmarksDialog::~BookmarksDialog()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment