[Konsole-devel] [Bug 172042] Konsole window resizes on new tab to last resized window

Robert Knight robertknight at gmail.com
Mon Oct 13 21:08:40 UTC 2008


http://bugs.kde.org/show_bug.cgi?id=172042





--- Comment #7 from Robert Knight <robertknight gmail com>  2008-10-13 23:08:39 ---
Hi Stefan,

As Ivo mentioned, KMainWindow takes care of setting remembering the size of a
Konsole window between closing it and opening it again.  This is true of most
KDE apps.  The settings will be stored in the global Konsole settings file
(~/.kde/share/config/konsolerc)

The only special case is for the first time Konsole is started by a user, in
which case it defaults to ~80 columns by ~40 rows in the default font.  This
size is set in ViewManager::createView().  This sets the size hint for the
TerminalDisplay widget and Qt's layouting takes care of making the window the
right size.


-- 
Configure bugmail: http://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the konsole-devel mailing list