[Knode-devel] [Bug 67520] KNode doesn't save panes dimension between sessions

Gregorio Guidi g.guidi at sns.it
Mon Jan 12 17:39:26 CET 2004


------- 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=67520      




------- Additional Comments From g.guidi at sns.it  2004-01-12 17:39 -------
I had troubles with the splitters, too. At restart the dockwidgets with the groups and with the articles were resized to a smaller size (not 100% reproducible).
I applied this one-liner to the source and the problem was gone. I will be grateful to anyone who explains what I've done, and maybe apply the patch
...
Index: knmainwidget.cpp
===================================================================
RCS file: /home/kde/kdepim/knode/knmainwidget.cpp,v
retrieving revision 1.20
diff -u -3 -b -r1.20 knmainwidget.cpp
--- knmainwidget.cpp    7 Jan 2004 21:33:06 -0000       1.20
+++ knmainwidget.cpp    12 Jan 2004 16:31:10 -0000
@@ -80,7 +80,7 @@
   //setup splitter behavior
   manager()->setSplitterHighResolution(true);
   manager()->setSplitterOpaqueResize(true);
-  manager()->setSplitterKeepSize(true);
+  //manager()->setSplitterKeepSize(true);

   //article view
   a_rtDock = createDockWidget("article_viewer", SmallIcon("contents"), 0,


More information about the Knode-devel mailing list