final polishes for first release

This commit is contained in:
Nathan Parikh
2017-09-01 08:50:49 -05:00
parent 3f08d93fb0
commit 570209a141
3 changed files with 35 additions and 14 deletions

View File

@@ -19,8 +19,8 @@ let mainWindow
function createWindow () {
// Load the previous state with fallback to defaults
let mainWindowState = windowStateKeeper({
defaultWidth: 360,
defaultHeight: 420
defaultWidth: 320,
defaultHeight: 240
});
// Create the browser window.
mainWindow = new electron.BrowserWindow({
@@ -89,5 +89,4 @@ app.on('activate', function () {
})
// In this file you can include the rest of your app's specific main process
// code. You can also put them in separate files and require them here.
// code. You can also put them in separate files and require them here.