diff --git a/popupapplet.cpp b/popupapplet.cpp index 40783bb7f..5a0f23770 100644 --- a/popupapplet.cpp +++ b/popupapplet.cpp @@ -470,6 +470,7 @@ void PopupAppletPrivate::togglePopup() updateDialogPosition(); KWindowSystem::setState(dialog->winId(), NET::SkipTaskbar | NET::SkipPager); dialog->show(); + dialog->adjustSize(); } dialog->clearFocus();