tde license: minor adjustment to window size for better visualization

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/328/head
Michele Calgaro 1 year ago
parent b957aab3e4
commit 463208f2d2
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -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());

Loading…
Cancel
Save