-rw-r--r-- | korganizer/kodialogmanager.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/korganizer/kodialogmanager.cpp b/korganizer/kodialogmanager.cpp index 1af9dad..a8652ea 100644 --- a/korganizer/kodialogmanager.cpp +++ b/korganizer/kodialogmanager.cpp @@ -211,12 +211,13 @@ void KODialogManager::showSearchDialog() #endif } // make sure the widget is on top again #ifdef DESKTOP_VERSION mSearchDialog->show(); #else + mSearchDialog->setMaximumSize( QApplication::desktop()->size()); mSearchDialog->showMaximized(); #endif mSearchDialog->raise(); } SearchDialog * KODialogManager::getSearchDialog() |