Akascape / CTkMenuBar

Modern menu/tool bar widget library for customtkinter. (extension/add-on)
Creative Commons Zero v1.0 Universal
111 stars 9 forks source link

Here is some update should add.... #4

Closed Adarsh-365 closed 1 year ago

Adarsh-365 commented 1 year ago

1)Menu Button(Droupdown Menu) should disappear when clicking outside Menubar. 2) If Button has the command None Throwing error.(i know inside if you don't mention the command it work ) 3)By default font of the button is small,i updated it from inside the code should provide mobility to change its size.

Akascape commented 1 year ago

@Adarsh-365 Thanks for your suggestions, finally I have fixed all that in v0.2! Now the menu disappears with single click outside menubar, 'None' commands can also be passed, font size is also improved, you can set your own font and size by passing the font parameter.