polishing updates for the first big release

This commit is contained in:
Nathan Parikh
2017-09-01 00:19:32 -05:00
parent 2f52fd2978
commit 3f08d93fb0
3 changed files with 160 additions and 20 deletions

View File

@@ -31,14 +31,15 @@ function createWindow () {
width: mainWindowState.width,
height: mainWindowState.height,
maxWidth: 360,
minWidth: 160,
minHeight: 150,
minWidth: 240,
minHeight: 100,
maximizable: false,
fullscreenable: false,
frame: false,
titleBarStyle: 'hidden-inset',
autoHideMenuBar: true,
backgroundColor: '#000000',
transparent: true,
icon: 'images/icon.png'
});
// Let us register listeners on the window, so we can update the state