Skip to content

Commit 042cdbc

Browse files
IrtazarazaMarco Scoppetta
authored andcommitted
[Workbase] - update min width and min height of app (#3047)
* update minwidth and minheight of app
1 parent 2509b9d commit 042cdbc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

workbase/src/main/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ function createWindow() {
6666
icon: `${__static}/img/icon.png`,
6767
titleBarStyle: 'hidden',
6868
darkTheme: true,
69-
minWidth: 995,
70-
minHeight: 610,
69+
minWidth: 1100,
70+
minHeight: 700,
7171
// Set webSecurity to false in development mode to avoid AJAX calls blocked due to CORS (due to WebapckDevServer).
7272
webPreferences: { webSecurity: isProd },
7373
});

0 commit comments

Comments
 (0)