mirror of
https://github.com/TomSchimansky/CustomTkinter.git
synced 2023-08-10 21:13:13 +03:00
architecture fixes
This commit is contained in:
@@ -2,7 +2,7 @@ import customtkinter
|
||||
|
||||
app = customtkinter.CTk()
|
||||
|
||||
tabview_1 = customtkinter._CTkTabview(app)
|
||||
tabview_1 = customtkinter.CTkTabview(app)
|
||||
tabview_1.pack(padx=20, pady=20)
|
||||
|
||||
tab_1 = tabview_1.add("tab 1")
|
||||
|
||||
Reference in New Issue
Block a user