[Kget] [Bug 88545] individual download window vertical resize
Urs Wolfer
u.wolfer at bluewin.ch
Tue Jul 26 02:38:57 CEST 2005
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=88545
u.wolfer bluewin ch changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From u.wolfer bluewin ch 2005-07-26 02:38 -------
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;
More information about the Kget
mailing list