Tkinter Aspect Ratio Tkinter Aspect Ratio tkinter tkinter

Tkinter Aspect Ratio


Tried to use it on the main window? i.e.

from Tkinter import *w = Tk()w.aspect(1,1,1,1)w.mainloop()

Works like a charm for me, running Python 2.7.1.