We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2509b9d commit 042cdbcCopy full SHA for 042cdbc
workbase/src/main/index.js
@@ -66,8 +66,8 @@ function createWindow() {
66
icon: `${__static}/img/icon.png`,
67
titleBarStyle: 'hidden',
68
darkTheme: true,
69
- minWidth: 995,
70
- minHeight: 610,
+ minWidth: 1100,
+ minHeight: 700,
71
// Set webSecurity to false in development mode to avoid AJAX calls blocked due to CORS (due to WebapckDevServer).
72
webPreferences: { webSecurity: isProd },
73
});
0 commit comments