mirror of
https://github.com/arduino/arduino-ide.git
synced 2025-11-07 01:18:33 +00:00
avoid using useContentSize when creating a new window (#1197)
This commit is contained in:
committed by
GitHub
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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user