Is your feature request related to a problem? Please describe.
Menu that i need to add into menubtn looks bad.
Ugly standard grey border ruin cool looking style.
Describe the solution you'd like
As I understand it, the "menu" from the original "tk" is used, so it needs to be reworked.
Or just add special settings to remove it. Because 'borderwidth', 'relief=FLAT', etc. don't change anything.
A potential alternative solution would be creating a Toplevel when the menubutton is clicked and then having a bunch of buttons, radiobuttons, checkbuttons and other menus inside of it
Is your feature request related to a problem? Please describe.
Menu that i need to add into menubtn looks bad. Ugly standard grey border ruin cool looking style.
Describe the solution you'd like
As I understand it, the "menu" from the original "tk" is used, so it needs to be reworked. Or just add special settings to remove it. Because 'borderwidth', 'relief=FLAT', etc. don't change anything.
Describe alternatives you've considered
...
Additional context
No response