Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGonzalo Odiard <godiard@gmail.com>2012-06-28 03:34:07 (GMT)
committer Gonzalo Odiard <godiard@gmail.com>2012-06-28 03:34:07 (GMT)
commit6fe53d5d1107cbf1e3d8efdac374e1a8a6f4dfbd (patch)
tree687cf4c2a67eecdfae3e5e4153dfff3ef3515af3
parentae8b13ce4f570543a032adaad18b12b5112bc749 (diff)
Maximize the touch test window
Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
-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__":