minsize
This commit is contained in:
parent
5f9d287871
commit
acd3b27d1e
1
main.py
1
main.py
|
@ -6,6 +6,7 @@ import tkFileDialog
|
||||||
class AttributeGUI(tk.Tk):
|
class AttributeGUI(tk.Tk):
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
tk.Tk.__init__(self)
|
tk.Tk.__init__(self)
|
||||||
|
self.minsize(self.winfo_width(), self.winfo_height())
|
||||||
self.initialize()
|
self.initialize()
|
||||||
|
|
||||||
def initialize(self):
|
def initialize(self):
|
||||||
|
|
Loading…
Reference in New Issue
Block a user