diff --git a/textmenu.py b/textmenu.py index 3c5224b..68c4fbd 100644 --- a/textmenu.py +++ b/textmenu.py @@ -187,9 +187,9 @@ class TextMenu: selectforeground=self.selected_fg, # Selected item foreground background=self.inside_bg, # Background color foreground=self.inside_fg, # Foreground color - font=('TkDefaultFont', 12), # Larger font size - borderwidth=0, - highlightthickness=0, + font=('TkDefaultFont', 14), # Larger font size + borderwidth=2, + highlightthickness=4, activestyle='none', justify=tk.CENTER # Center the text )