[Kst] [Bug 101725] Window size too small
George Staikos
staikos at kde.org
Mon Mar 21 04:37:13 CET 2005
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=101725
staikos kde org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From staikos kde org 2005-03-21 04:37 -------
CVS commit by staikos:
use KMDI's own size hint
BUG: 101725
M +1 -1 kst.cpp 1.296
M +1 -1 kstdoc.cpp 1.155
--- kdeextragear-2/kst/kst/kst.cpp #1.295:1.296
@ -1798,5 +1798,5 @ QString KstApp::newWindow(const QString&
w->setCaption(nameToUse);
w->setTabCaption(nameToUse);
- addWindow(w);
+ addWindow(w, KMdi::StandardAdd | KMdi::UseKMdiSizeHint);
w->activate();
updateDialogsForWindow();
--- kdeextragear-2/kst/kst/kstdoc.cpp #1.154:1.155
@ -350,5 +350,5 @ bool KstDoc::openDocument(const KURL& ur
p = new KstViewWindow(e);
- app->addWindow(p);
+ app->addWindow(p, KMdi::StandardAdd | KMdi::UseKMdiSizeHint);
p->activate();
if (toDelete) {
More information about the Kst
mailing list