Skip to content

Commit

Permalink
Current version as of 6/29/18
Browse files Browse the repository at this point in the history
  • Loading branch information
AustinLeath committed Jun 29, 2018
1 parent 8958447 commit f8a8033
Show file tree
Hide file tree
Showing 4 changed files with 295 additions and 223 deletions.
4 changes: 2 additions & 2 deletions index.html
Expand Up @@ -132,8 +132,8 @@
right: 25px;
}
#twitterimg {
width: 48px;
height: 48px;
width: 35px;
height: 35px;
}
</style>
</head>
Expand Down
2 changes: 1 addition & 1 deletion main.js
Expand Up @@ -172,7 +172,7 @@ function sendStatusToWindow(text) {
win.webContents.send('message', text);
}
function createDefaultWindow() { //frame: true if packaging for mac
win = new BrowserWindow({width: 1280, height: 720, minWidth: 1100, minHeight: 650, maxWidth: 7680, maxHeight: 4320, frame: true, backgroundColor: '#1c1d26', autoHideMenuBar: true});
win = new BrowserWindow({width: 1280, height: 720, minWidth: 1100, minHeight: 650, maxWidth: 7680, maxHeight: 4320, frame: false, backgroundColor: '#1c1d26', autoHideMenuBar: true});
//win.webContents.openDevTools();
win.on('closed', () => {
win = null;
Expand Down

0 comments on commit f8a8033

Please sign in to comment.