summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-03-28 17:26:51 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-03-28 17:26:51 +0900
commit463208f2d20589b0138764d0c11d507da72b5add (patch)
tree531ab416d865b93d781f5eb949157694db1c56b7 /doc
parentb957aab3e4e0c1b61a5701a5e4fee58a20aed7a8 (diff)
downloadtdebase-463208f2d20589b0138764d0c11d507da72b5add.tar.gz
tdebase-463208f2d20589b0138764d0c11d507da72b5add.zip
tde license: minor adjustment to window size for better visualization
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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());