Version: 1.1 (using KDE 3.2.0, compiled sources) Compiler: gcc version 3.2.3 OS: Linux (i686) release 2.4.24 As you can see, I like resizing ;-) If I resize the editor window, close it and reopen it, my resizing action is lost. This works for the key management window. I see no reason why this shouldn't be the same for the editor, there is no complex layout. Please don't forget to backport at least the fixed bugs to KDE 3.2. Maybe also the Ctrl+Pos1 wish and #74333. Thanks!
CVS commit by mardelle: Fixed #74377 (editor window size not saved) CCMAIL: 74377-done@bugs.kde.org M +1 -0 kgpgeditor.cpp 1.29.2.2 --- kdeutils/kgpg/kgpgeditor.cpp #1.29.2.1:1.29.2.2 @@ -30,4 +30,5 @@ KgpgApp::KgpgApp(QWidget *parent, const // call inits to invoke all other construction parts + setAutoSaveSettings("Editor",true); initActions(); initView();