Commit 5af6a130 authored by Taddeus Kroes's avatar Taddeus Kroes

Changed default window size of test app.

parent c8706a27
......@@ -254,7 +254,7 @@ if __name__ == '__main__':
# Create a window with a Cairo context in it and a multi-touch area
# syncronized with it
create_context_window(640, 460, on_show)
create_context_window(800, 600, on_show)
# Run multi-touch gesture server in separate thread
driver = mt.create_driver(root)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment