Bug 99112 - single windows in kget are too wide
Summary: single windows in kget are too wide
Status: RESOLVED FIXED
Alias: None
Product: kget
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: KGet authors
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-02-11 13:20 UTC by Giovanni Masucci
Modified: 2005-07-23 15:04 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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;