Skip to content

Commit

Permalink
Merge pull request #507 from adlk/fix/max-window-size
Browse files Browse the repository at this point in the history
Remove maximum window size limitations
  • Loading branch information
DominikGuzei authored Oct 9, 2017
2 parents 5f2426c + 93ee7aa commit 48161a6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion electron/main.development.js
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,6 @@ app.on('ready', async () => {
});

mainWindow.setMinimumSize(900, 600);
mainWindow.setMaximumSize(1500, 2500);

// Initialize our ipc api methods that can be called by the render processes
ipcApi({ mainWindow });
Expand Down

0 comments on commit 48161a6

Please sign in to comment.