summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/khelpcenter/license/TDELicenseDlg.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/khelpcenter/license/TDELicenseDlg.cpp b/doc/khelpcenter/license/TDELicenseDlg.cpp
index 6d36afe92..2f65ecb68 100644
--- a/doc/khelpcenter/license/TDELicenseDlg.cpp
+++ b/doc/khelpcenter/license/TDELicenseDlg.cpp
@@ -17,7 +17,7 @@ TDELicenseDlg::TDELicenseDlg(TQWidget *parent, const char *name)
{
setCaption(i18n("TDE License"));
setIcon(TDEGlobal::iconLoader()->loadIcon("about_kde", TDEIcon::NoGroup, TDEIcon::SizeSmall));
- resize(850, 750);
+ setMinimumSize(600, 600);
TQVBoxLayout *vbox = new TQVBoxLayout(this, marginHint(), spacingHint());