mirror of
https://github.com/TomSchimansky/CustomTkinter.git
synced 2023-08-10 21:13:13 +03:00
added scrollable frame to other theme files #1193
This commit is contained in:
@ -1,5 +1,7 @@
|
||||
import customtkinter
|
||||
|
||||
customtkinter.set_default_color_theme("dark-blue")
|
||||
|
||||
|
||||
app = customtkinter.CTk()
|
||||
app.grid_columnconfigure(2, weight=1)
|
||||
|
Reference in New Issue
Block a user