Skip to content

Commit

Permalink
app: Make it default taller
Browse files Browse the repository at this point in the history
  • Loading branch information
evanpurkhiser committed Nov 26, 2020
1 parent 113c4cd commit 3b267e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const createWindow = () => {
win = new BrowserWindow({
width: 850,
minWidth: 700,
height: 700,
height: 900,
titleBarStyle: 'hiddenInset',
title: 'Prolink Tools',
webPreferences: {nodeIntegration: true},
Expand Down

1 comment on commit 3b267e8

@vercel
Copy link

@vercel vercel bot commented on 3b267e8 Nov 26, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.