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:
parent
8a19f02c1c
commit
548b02c948
@ -470,6 +470,7 @@ void PopupAppletPrivate::togglePopup()
|
||||
updateDialogPosition();
|
||||
KWindowSystem::setState(dialog->winId(), NET::SkipTaskbar | NET::SkipPager);
|
||||
dialog->show();
|
||||
dialog->adjustSize();
|
||||
}
|
||||
|
||||
dialog->clearFocus();
|
||||
|
Loading…
Reference in New Issue
Block a user