dtylman / gowd

Build cross platform GUI apps with GO and HTML/JS/CSS (powered by nwjs)
MIT License
432 stars 43 forks source link

Window size #1

Closed ethsmith closed 7 years ago

ethsmith commented 7 years ago

Can you set the size of the window when it opens?

Demitroi commented 7 years ago

You can set the window size editing the "package.json" file, you must set the width and height as you prefer

check it out http://docs.nwjs.io/en/latest/References/Manifest%20Format/

ethsmith commented 7 years ago

Ah okay thank you. Probably should have looked in there before asking :P