adjust the dialog size right after showing, this makes the clock popup

to actually show when the popup is in the panel

svn path=/trunk/KDE/kdelibs/; revision=902184
This commit is contained in:
Marco Martin 2008-12-27 16:26:19 +00:00
parent 8a19f02c1c
commit 548b02c948

View File

@ -470,6 +470,7 @@ void PopupAppletPrivate::togglePopup()
updateDialogPosition();
KWindowSystem::setState(dialog->winId(), NET::SkipTaskbar | NET::SkipPager);
dialog->show();
dialog->adjustSize();
}
dialog->clearFocus();