summaryrefslogtreecommitdiff
path: root/core
authorharlekin <harlekin>2003-04-09 18:39:37 (UTC)
committer harlekin <harlekin>2003-04-09 18:39:37 (UTC)
commit6e2ee769c8e6cba600e235822d5003cfe31e55c5 (patch) (side-by-side diff)
treebd1a63c87a051c9762846f4e75c274814d385e9a /core
parentbacff63f1e4915c683a409e81b18ffcf5aeceda3 (diff)
downloadopie-6e2ee769c8e6cba600e235822d5003cfe31e55c5.zip
opie-6e2ee769c8e6cba600e235822d5003cfe31e55c5.tar.gz
opie-6e2ee769c8e6cba600e235822d5003cfe31e55c5.tar.bz2
show allways maximized after startup
Diffstat (limited to 'core') (more/less context) (show whitespace changes)
-rw-r--r--core/settings/security/security.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/settings/security/security.cpp b/core/settings/security/security.cpp
index 2821f4b..4701506 100644
--- a/core/settings/security/security.cpp
+++ b/core/settings/security/security.cpp
@@ -61,6 +61,7 @@ Security::Security( QWidget* parent, const char* name, WFlags fl )
updateGUI();
dl = new QPEDialogListener(this);
+ showMaximized();
}
Security::~Security()