| Summary: | single windows in kget are too wide | ||
|---|---|---|---|
| Product: | [Applications] kget | Reporter: | Giovanni Masucci <gio.grifis> |
| Component: | general | Assignee: | KGet bugs <kget-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | unspecified | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Giovanni Masucci
2005-02-11 13:20:57 UTC
SVN commit 437892 by uwolfer:
Single windows resized. Now the windows aren't too wide.
BUG: 99112
M +1 -1 dlgIndividual.cpp
--- trunk/KDE/kdenetwork/kget/dlgIndividual.cpp #437891:437892
@@ -196,7 +196,7 @@
advanced = ksettings.b_advancedIndividual;
slotToggleAdvanced();
- resize( sizeHint() );
+ resize( minimumSizeHint() );
//bool keepOpenChecked = false;
//bool noCaptionYet = true;
|