added scrollable frame to other theme files #1193

This commit is contained in:
Tom Schimansky
2023-02-06 20:07:29 +01:00
parent 6e9258a444
commit bc5d527d68
3 changed files with 8 additions and 0 deletions

View File

@ -1,5 +1,7 @@
import customtkinter
customtkinter.set_default_color_theme("dark-blue")
app = customtkinter.CTk()
app.grid_columnconfigure(2, weight=1)