small tweak
This commit is contained in:
parent
40ff55f700
commit
0a01b6d834
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue