[Digikam-devel] [Bug 113806] Is it possible to have the size of the quick search window saved ?
Renchi Raju
renchi.raju at kdemail.net
Tue Oct 4 09:44:02 BST 2005
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=113806
renchi.raju kdemail net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From renchi.raju kdemail net 2005-10-04 10:38 -------
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;
}
More information about the Digikam-devel
mailing list