summaryrefslogtreecommitdiff
path: root/noncore/settings/mediummount/main.cpp
authorharlekin <harlekin>2003-04-05 14:37:23 (UTC)
committer harlekin <harlekin>2003-04-05 14:37:23 (UTC)
commit32faa31960652ee538fd3bcc8c248c850aed1a4b (patch) (side-by-side diff)
tree9406b29372c7622bbdfff58c3808f3c73597a5ed /noncore/settings/mediummount/main.cpp
parent80ad96b12a194089cfe11796579c3b973f3db41b (diff)
downloadopie-32faa31960652ee538fd3bcc8c248c850aed1a4b.zip
opie-32faa31960652ee538fd3bcc8c248c850aed1a4b.tar.gz
opie-32faa31960652ee538fd3bcc8c248c850aed1a4b.tar.bz2
show mediummount maximized
Diffstat (limited to 'noncore/settings/mediummount/main.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/settings/mediummount/main.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/noncore/settings/mediummount/main.cpp b/noncore/settings/mediummount/main.cpp
index e4443bd..118a725 100644
--- a/noncore/settings/mediummount/main.cpp
+++ b/noncore/settings/mediummount/main.cpp
@@ -11,6 +11,7 @@ int main( int argc, char ** argv )
MediumMountSetting::MainWindow mw;
a.showMainWidget( &mw );
+ mw.showMaximized();
return a.exec();
}