removed default geometry call from CTk, fixed CTkInputDialog

This commit is contained in:
Tom Schimansky
2022-11-29 13:04:51 +01:00
parent 1db775a6f6
commit 1254a39161
4 changed files with 12 additions and 9 deletions

View File

@ -2,6 +2,8 @@ import customtkinter
customtkinter.set_appearance_mode("dark")
customtkinter.set_default_color_theme("blue")
customtkinter.set_window_scaling(0.8)
customtkinter.set_widget_scaling(0.8)
app = customtkinter.CTk()
app.geometry("400x300")