Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Make API Demo window smaller
  • Loading branch information
branchseer committed Mar 15, 2019
1 parent b30dfd7 commit ebae8b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/main.js
Expand Up @@ -10,11 +10,11 @@ app.once('ready', () => {

mainWindow = new BrowserWindow({
show: false,
width: 1200, height: 840
width: 800, height: 600,
}).once('ready-to-show', () => {
mainWindow.show();
});

if (process.platform !== 'win32') {
mainWindow.webView.setDevToolsEnabled(true);
}
Expand Down

0 comments on commit ebae8b3

Please sign in to comment.