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.
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;