mirror of
https://github.com/TomSchimansky/CustomTkinter.git
synced 2023-08-10 21:13:13 +03:00
removed default geometry call from CTk, fixed CTkInputDialog
This commit is contained in:
@ -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")
|
||||
|
Reference in New Issue
Block a user