We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57841b3 commit 99664eeCopy full SHA for 99664ee
arduino-ide-extension/src/electron-main/theia/electron-main-application.ts
@@ -363,9 +363,8 @@ export class ElectronMainApplication extends TheiaElectronMainApplication {
363
options.webPreferences = {};
364
}
365
options.webPreferences.v8CacheOptions = 'bypassHeatCheck'; // TODO: verify this. VS Code use this V8 option.
366
- options.useContentSize = true;
367
options.minWidth = 680;
368
- options.minHeight = 565;
+ options.minHeight = 593;
369
return options;
370
371
0 commit comments