From 4612e53f10df54055dea104feb77f6ae0bcb1d8b Mon Sep 17 00:00:00 2001 From: Charles-Olivier Trudel Date: Tue, 12 Nov 2024 21:14:14 -0500 Subject: [PATCH] label in button --- sidebar.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sidebar.py b/sidebar.py index 6101b1e..4de2a2f 100644 --- a/sidebar.py +++ b/sidebar.py @@ -213,7 +213,7 @@ def display_chips(self, chips: list[Tuple[Chip, tk.PhotoImage]]): self.chips_inner_frame, image=chip_image, text=chip.chip_type, - compound="top", + compound="center", font=fira_code_font, fg="white", # Set text color to white bg="#333333",