changeset 38:11bac653edfd

when displaying the window, maximize it
author Dirk Olmes <dirk@xanthippe.ping.de>
date Fri, 14 May 2010 06:40:12 +0200
parents 22214d79ed41
children 0c2578196643
files feedworm-gui.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/feedworm-gui.py	Fri May 14 06:16:05 2010 +0200
+++ b/feedworm-gui.py	Fri May 14 06:40:12 2010 +0200
@@ -11,5 +11,5 @@
     
     app = QtGui.QApplication(sys.argv)
     mainWindow = MainWindow(session)
-    mainWindow.show()
+    mainWindow.showMaximized()
     sys.exit(app.exec_())