Merge pull request #261 from KiranNiranjan/ELECTRON-225

Electron-225 (Updated the default window size)
This commit is contained in:
Vikas Shashidhar
2017-12-19 18:55:40 +05:30
committed by GitHub

View File

@@ -129,8 +129,8 @@ function doCreateMainWindow(initialUrl, initialBounds) {
newWinOpts.width = bounds.width;
newWinOpts.height = bounds.height;
} else {
newWinOpts.width = 1024;
newWinOpts.height = 768;
newWinOpts.width = 900;
newWinOpts.height = 900;
}
// will center on screen if values not provided