israel-dryer / ttkbootstrap

A supercharged theme extension for tkinter that enables on-demand modern flat style themes inspired by Bootstrap.
MIT License
1.79k stars 363 forks source link

Menu ugly border #495

Open kamikadza13 opened 9 months ago

kamikadza13 commented 9 months ago

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. Screenshot_6

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

TPEcool commented 3 months ago

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