diff --git a/currency.py b/currency.py index a8b8b22..18174b2 100644 --- a/currency.py +++ b/currency.py @@ -4,7 +4,7 @@ root = Tk() root.title('Dollor to Toman') -root.geometry('500x500') +root.geometry('700x700') var = StringVar() var2 = StringVar() @@ -51,4 +51,4 @@ def toman(): -root.mainloop() \ No newline at end of file +root.mainloop()