small fixes

This commit is contained in:
Tom Schimansky
2022-05-22 02:12:13 +02:00
parent fef64638c8
commit 325864c0d1
3 changed files with 4 additions and 2 deletions

View File

@ -11,6 +11,7 @@ root_tk.geometry("400x480")
root_tk.title("CustomTkinter manual scaling test")
top_tk = customtkinter.CTkToplevel(root_tk)
top_tk.geometry("500x500")
#root_tk.minsize(200, 200)
#root_tk.maxsize(520, 520)