Version: 0.8.0-beta2 (using KDE KDE 3.4.2) Installed from: Compiled From Sources OS: Linux Currently, the size of the window is saved for Advanced Search, but not for Quick Search. My quick searches give often a lots of results, so I would like to display all the thumbnails in a bigger window.
SVN commit 467068 by pahlibar: save/restore quick search dialog size BUGS: 113806 M +2 -2 searchquickdialog.cpp --- trunk/extragear/graphics/digikam/digikam/searchquickdialog.cpp #467067:467068 @@ -74,8 +74,7 @@ SLOT(slotTimeOut())); enableButtonOK(false); - setInitialSize(QSize(480,400)); - adjustSize(); + resize(configDialogSize("QuickSearch Dialog")); // check if we are being passed a valid url if (m_url.isValid()) @@ -103,6 +102,7 @@ SearchQuickDialog::~SearchQuickDialog() { + saveDialogSize(("QuickSearch Dialog")); delete m_timer; }
I have tested this bug fix with the lastest SVN, the size of the quick search window is now saved. Thank you.
Not reproducible with 7.0.0-beta1