Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/touch_test.py
diff options
context:
space:
mode:
Diffstat (limited to 'touch_test.py')
-rw-r--r--touch_test.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/touch_test.py b/touch_test.py
index badf05f..44cd771 100644
--- a/touch_test.py
+++ b/touch_test.py
@@ -49,6 +49,7 @@ def main():
window.add(test_touch)
window.connect("destroy", Gtk.main_quit)
window.show_all()
+ window.maximize()
Gtk.main()
if __name__ == "__main__":