israel-dryer / ttkbootstrap

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

Menu ugly border #495

Open kamikadza13 opened 1 year ago

kamikadza13 commented 1 year 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

electrovoyage commented 8 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