Onofficiel / border

An IFrame Web Browser
13 stars 8 forks source link

Window Size is broken #14

Open themirrazz opened 1 year ago

themirrazz commented 1 year ago

It appears the default window size is being set to win.wndObject.style.width and win.wndObject.style.height instead using win.setSize or the options. This means that the Windows opens way too large, and to fix it you have to manually edit the configuration file and add "px" to the end of the sizes. image