Bug 99112

Summary: single windows in kget are too wide
Product: [Applications] kget Reporter: Giovanni Masucci <gio.grifis>
Component: generalAssignee: KGet authors <kget>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:

Description Giovanni Masucci 2005-02-11 13:20:57 UTC
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.
Comment 1 Urs Wolfer 2005-07-23 15:04:32 UTC
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;