Skip to content

Commit

Permalink
Reduced window minWidth and minHeight
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonyattard authored and hackjutsu committed Sep 15, 2019
1 parent b12d425 commit 0ab4123
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ function createWindow (autoLogin) {
height: mainWindowState.height,
x: mainWindowState.x,
y: mainWindowState.y,
minWidth: 1000,
minHeight: 700,
minWidth: 636,
minHeight: 609,
// titleBarStyle: 'hidden',
backgroundColor: '#808080',
show: false,
Expand Down

0 comments on commit 0ab4123

Please sign in to comment.