Skip to content

Commit

Permalink
[Workbase] - update min width and min height of app (#3047)
Browse files Browse the repository at this point in the history
* update minwidth and minheight of app
  • Loading branch information
Irtazaraza authored and Marco Scoppetta committed Sep 21, 2018
1 parent 2509b9d commit 042cdbc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions workbase/src/main/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ function createWindow() {
icon: `${__static}/img/icon.png`,
titleBarStyle: 'hidden',
darkTheme: true,
minWidth: 995,
minHeight: 610,
minWidth: 1100,
minHeight: 700,
// Set webSecurity to false in development mode to avoid AJAX calls blocked due to CORS (due to WebapckDevServer).
webPreferences: { webSecurity: isProd },
});
Expand Down

0 comments on commit 042cdbc

Please sign in to comment.