From 4b0e72bed1ead4e3c7af2209a11f34aa9209653c Mon Sep 17 00:00:00 2001 From: llornkcor Date: Wed, 26 Jun 2002 12:36:16 +0000 Subject: fixed font dialog not showing maximized --- diff --git a/core/apps/textedit/fontDialog.cpp b/core/apps/textedit/fontDialog.cpp index 681e8a6..5cdf538 100644 --- a/core/apps/textedit/fontDialog.cpp +++ b/core/apps/textedit/fontDialog.cpp @@ -70,7 +70,8 @@ FontDialog::FontDialog( QWidget * parent, const char* name , bool modal, WFlags populateLists(); // MultiLineEdit1 // connect(); - +// move(5,15); + showMaximized(); } FontDialog::~FontDialog() -- cgit v0.9.0.2