mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
make it roomy
This commit is contained in:
@@ -11,7 +11,7 @@ app.on('window-all-closed', () => {
|
||||
exports.load = (appUrl) => {
|
||||
app.on('ready', () => {
|
||||
const options = {
|
||||
width: 800,
|
||||
width: 900,
|
||||
height: 600,
|
||||
autoHideMenuBar: true,
|
||||
backgroundColor: '#FFFFFF',
|
||||
|
||||
Reference in New Issue
Block a user