Bug 88545 - individual download window vertical resize
Summary: individual download window vertical resize
Status: RESOLVED FIXED
Alias: None
Product: kget
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Slackware Linux
: NOR normal
Target Milestone: ---
Assignee: KGet authors
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-31 19:36 UTC by Milan Mitrovic
Modified: 2005-07-26 02:38 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 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;