-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Description
comme ceci:
voici la solution:
btn = tk.Button(
self.chips_inner_frame,
image=chip_image,
text=chip.chip_type,
compound="center", <<< ------------- ICI REMPLACER TOP PAR CENTER dans sidebar.py -> display_chips
font=fira_code_font,
fg="white", # Set text color to white
bg="#333333",
activebackground="#479dff",
relief="flat",
command=self.create_select_chip_command(chip.chip_type),
width=100, # Fixed width to match image size
height=60, # Fixed height to match image size
)
Metadata
Metadata
Assignees
Labels
No labels