# HG changeset patch # User David McClosky # Date 1118879690 0 # Node ID e50e87f1103f5d4857da9a0d2b0061a6607cb5d7 # Parent e543deec667850b3b92ee7c96530560e6f0b7dee TkGyro: now really goes fullscreen diff -r e543deec6678 -r e50e87f1103f bin/gyrocontroller --- a/bin/gyrocontroller Wed Jun 15 23:37:18 2005 +0000 +++ b/bin/gyrocontroller Wed Jun 15 23:54:50 2005 +0000 @@ -174,4 +174,5 @@ gyro.pack(fill='both', expand=1) gyro.focus_get() root.bind('', lambda evt: root.destroy()) + root.maxsize(root.winfo_screenwidth(), root.winfo_screenheight()) Tk.mainloop()