Electron-225 - Updated the default window size as per the new requirements

This commit is contained in:
Kiran Niranjan
2017-12-15 11:23:21 +05:30
committed by Kiran Niranjan
parent abf720fa71
commit 407dc4baa4

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