Skip to content
Snippets Groups Projects
Commit 5af6a130 authored by Taddeus Kroes's avatar Taddeus Kroes
Browse files

Changed default window size of test app.

parent c8706a27
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment