mirror of
https://github.com/arduino/arduino-ide.git
synced 2025-06-05 03:36:35 +00:00
avoid using useContentSize when creating a new window (#1197)
This commit is contained in:
parent
57841b3c0a
commit
99664ee544
@ -363,9 +363,8 @@ export class ElectronMainApplication extends TheiaElectronMainApplication {
|
||||
options.webPreferences = {};
|
||||
}
|
||||
options.webPreferences.v8CacheOptions = 'bypassHeatCheck'; // TODO: verify this. VS Code use this V8 option.
|
||||
options.useContentSize = true;
|
||||
options.minWidth = 680;
|
||||
options.minHeight = 565;
|
||||
options.minHeight = 593;
|
||||
return options;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user