mirror of
https://github.com/TomSchimansky/CustomTkinter.git
synced 2023-08-10 21:13:13 +03:00
added image_example image for readme
This commit is contained in:
@@ -67,7 +67,7 @@ class App(customtkinter.CTk):
|
||||
self.home_frame_button_2.grid(row=2, column=0, padx=20, pady=10)
|
||||
self.home_frame_button_3 = customtkinter.CTkButton(self.home_frame, text="CTkButton", image=self.image_icon_image, compound="top")
|
||||
self.home_frame_button_3.grid(row=3, column=0, padx=20, pady=10)
|
||||
self.home_frame_button_4 = customtkinter.CTkButton(self.home_frame, text="CTkButton", image=self.image_icon_image, compound="top", anchor="w")
|
||||
self.home_frame_button_4 = customtkinter.CTkButton(self.home_frame, text="CTkButton", image=self.image_icon_image, compound="bottom", anchor="w")
|
||||
self.home_frame_button_4.grid(row=4, column=0, padx=20, pady=10)
|
||||
|
||||
# create second frame
|
||||
|
||||
Reference in New Issue
Block a user