fyne-io / defyne

The Fyne IDE
Other
197 stars 26 forks source link

Menus.go FullScreen Toggle Added #23

Closed TheBrainDunne closed 2 years ago

TheBrainDunne commented 2 years ago

added a Window Menu and Full Screen toggle Menu item

andydotxyz commented 2 years ago

Won't users normally just hit the "maximise" button on the title bar?

TheBrainDunne commented 2 years ago

yes, normally but some maybe want a larger window than the maximised window. Good to have the choice to full screen.

andydotxyz commented 2 years ago

Oops, if you can update the format to match (it's just 'goimports') this is good :)

TheBrainDunne commented 2 years ago

I ran goimports -format-only -w menus.go