Summary: | Layout broken in KCMultiDialog | ||
---|---|---|---|
Product: | [Unmaintained] kdelibs | Reporter: | Gary Cramblitt <garycramblitt> |
Component: | general | Assignee: | Frans Englich <frans.englich> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | ismail, s.dem, sven.burmeister |
Priority: | NOR | ||
Version First Reported In: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: |
Layout broken in KTTSMgr
Layout broken in Kopete settings |
Description
Gary Cramblitt
2005-01-01 17:22:31 UTC
Created attachment 8878 [details]
Layout broken in KTTSMgr
Created attachment 8879 [details]
Layout broken in Kopete settings
I am assuming that Kopete also uses a KCMultiDialog?
CVS commit by cartman: Fix layout problems with kcmultidialog. Fixes config dialogs of kmail,kopete,kttsmgr,... Not sure this is the best fix but it fixes symptoms for me and others. Also Frans seems to be missing. BUG:96117 M +2 -1 kcmoduleproxy.cpp 1.6 --- kdelibs/kutils/kcmoduleproxy.cpp #1.5:1.6 @@ -207,5 +207,6 @@ KCModule * KCModuleProxy::realModule() c d->view->addChild( d->kcm ); d->kcm->resize(d->kcm->minimumSizeHint()); - d->view->resize(d->kcm->size()); + // FIXME: WTF? Bug# 96117. + // d->view->resize(d->kcm->size()); const_cast<KCModuleProxy*>(this)->setMinimumSize(d->view->size()); *** Bug 97014 has been marked as a duplicate of this bug. *** |