mirror of
https://github.com/finos/SymphonyElectron.git
synced 2025-02-25 18:55:29 -06:00
Merge pull request #261 from KiranNiranjan/ELECTRON-225
Electron-225 (Updated the default window size)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user