Skip to content

Commit

Permalink
fix: Minimum width in split view on OS X is 600px (#1549)
Browse files Browse the repository at this point in the history
  • Loading branch information
TaimurAzhar authored May 23, 2020
1 parent 3f5977f commit 8630847
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ const createMainWindow = () => {
const mainWindow = new BrowserWindow({
width: 1000,
height: 600,
minWidth: 600,
minWidth: 400,
minHeight: 400,
titleBarStyle: 'hidden',
backgroundColor: '#2f343d',
Expand Down

0 comments on commit 8630847

Please sign in to comment.