Version: v0.8.3 (using KDE 3.3.92 (beta2), Gentoo) Compiler: gcc version 3.4.3 20041125 (Gentoo Linux 3.4.3-r1, ssp-3.4.3-0, pie-8.7.7) OS: Linux (i686) release 2.6.10 In kde 3.4beta 2, when selecting a single window download I get a really too wide window. If I resize it it's ok, but the next download I still get the problem. This should be fixed, since it wastes too much space for nothing.
SVN commit 437892 by uwolfer: Single windows resized. Now the windows aren't too wide. BUG: 99112 M +1 -1 dlgIndividual.cpp --- trunk/KDE/kdenetwork/kget/dlgIndividual.cpp #437891:437892 @@ -196,7 +196,7 @@ advanced = ksettings.b_advancedIndividual; slotToggleAdvanced(); - resize( sizeHint() ); + resize( minimumSizeHint() ); //bool keepOpenChecked = false; //bool noCaptionYet = true;