removed old dropdown menu

This commit is contained in:
Tom Schimansky
2022-06-15 23:26:21 +02:00
parent 45e47f5970
commit 3a1d12f8ea
4 changed files with 1 additions and 152 deletions

View File

@ -158,7 +158,7 @@ class App(customtkinter.CTk):
self.button_5 = customtkinter.CTkButton(master=self.frame_right,
text="CTkButton",
border_width=3, # <- custom border_width
border_width=2, # <- custom border_width
fg_color=None, # <- no fg_color
command=self.button_event)
self.button_5.grid(row=8, column=2, columnspan=1, pady=20, padx=20, sticky="we")