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

Add submenu for correct display on MacOS (#436) #440

Open Goldthing opened 1 year ago

Goldthing commented 1 year ago

As per Issue #436 there is no way to load/save from ttkcreator on MacOS.

This is because MacOS seems to require commands to be on a labeled sub menu to be displayed correctly.

This PR moves the menu commands into a new "File" submenu as seen in this screenshot

Screenshot 2023-03-08 at 15 08 46

It changes the look slightly, but this should work on any platform (untested). An alternative fix would be to add buttons for save, reset etc. onto the configure frame