Bug 88545

Summary: individual download window vertical resize
Product: [Applications] kget Reporter: Milan Mitrovic <milhouse>
Component: generalAssignee: KGet authors <kget>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Slackware   
OS: Linux   
Latest Commit: Version Fixed In:

Description Milan Mitrovic 2004-08-31 19:36:50 UTC
Version:            (using KDE KDE 3.2.1KDE 1.2)
Installed from:    Slackware PackagesSlackware Packages
OS:                Linux

Individual download windows can be resized verticaly which makes them look vary bad.

I still like how they look resized horizontaly, but i don't think it ads much to the overall impresion.
Comment 1 Urs Wolfer 2005-07-26 02:38:56 UTC
SVN commit 438758 by uwolfer:

Individual download windows cannot be resized vertically now. It made no sense and they were looking bad resized.

BUG: 88545

 M  +1 -0      dlgIndividual.cpp  


--- trunk/KDE/kdenetwork/kget/dlgIndividual.cpp #438757:438758
@@ -197,6 +197,7 @@
     slotToggleAdvanced();
 
     resize( minimumSizeHint() );
+    setMaximumHeight( height() );
 
     //bool keepOpenChecked = false;
     //bool noCaptionYet = true;