# HG changeset patch # User David McClosky # Date 2005-06-15 23:54:50 # Node ID e50e87f1103f5d4857da9a0d2b0061a6607cb5d7 # Parent e543deec667850b3b92ee7c96530560e6f0b7dee TkGyro: now really goes fullscreen diff --git a/bin/gyrocontroller b/bin/gyrocontroller --- a/bin/gyrocontroller +++ b/bin/gyrocontroller @@ -174,4 +174,5 @@ if __name__ == "__main__": 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()