From 0a01b6d8346f1588933a4f2aadd47fb5b844fc74 Mon Sep 17 00:00:00 2001 From: edschuy95 Date: Thu, 22 Jan 2026 16:25:27 -0500 Subject: [PATCH] small tweak --- textmenu.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 )