| Summary: | individual download window vertical resize | ||
|---|---|---|---|
| Product: | [Applications] kget | Reporter: | Milan Mitrovic <milhouse> |
| Component: | general | Assignee: | KGet bugs <kget-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Slackware | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Milan Mitrovic
2004-08-31 19:36:50 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;
|