Skip to content

Commit 9ada905

Browse files
authored
Merge pull request #74 from Team-Arduino-Logique/73-avoir-les-labels-sur-les-puces
label in button
2 parents e81ee38 + 014b612 commit 9ada905

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sidebar.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ def display_chips(self, chips: list[Tuple[Chip, tk.PhotoImage]]):
213213
self.chips_inner_frame,
214214
image=chip_image,
215215
text=chip.chip_type,
216-
compound="top",
216+
compound="center",
217217
font=fira_code_font,
218218
fg="white", # Set text color to white
219219
bg="#333333",

0 commit comments

Comments
 (0)