small tweak

This commit is contained in:
edschuy95 2026-01-22 16:25:27 -05:00
parent 40ff55f700
commit 0a01b6d834

View file

@ -187,9 +187,9 @@ class TextMenu:
selectforeground=self.selected_fg, # Selected item foreground selectforeground=self.selected_fg, # Selected item foreground
background=self.inside_bg, # Background color background=self.inside_bg, # Background color
foreground=self.inside_fg, # Foreground color foreground=self.inside_fg, # Foreground color
font=('TkDefaultFont', 12), # Larger font size font=('TkDefaultFont', 14), # Larger font size
borderwidth=0, borderwidth=2,
highlightthickness=0, highlightthickness=4,
activestyle='none', activestyle='none',
justify=tk.CENTER # Center the text justify=tk.CENTER # Center the text
) )