Skip to content

Commit 4f097ba

Browse files
Alberto Iannacconefstasi
Alberto Iannaccone
authored andcommitted
bump arduino-serial-plotter-webapp to 0.0.11
1 parent 4609622 commit 4f097ba

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

arduino-ide-extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"test:watch": "mocha --watch --watch-files lib \"./lib/test/**/*.test.js\""
2020
},
2121
"dependencies": {
22-
"arduino-serial-plotter-webapp": "0.0.10",
22+
"arduino-serial-plotter-webapp": "0.0.11",
2323
"@grpc/grpc-js": "^1.3.7",
2424
"@theia/application-package": "1.18.0",
2525
"@theia/core": "1.18.0",

arduino-ide-extension/src/electron-main/theia/electron-main-application.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,13 @@ export class ElectronMainApplication extends TheiaElectronMainApplication {
9797
if (frameName === 'serialPlotter') {
9898
event.preventDefault();
9999
Object.assign(options, {
100+
width: 800,
101+
minWidth: 620,
102+
height: 500,
103+
minHeight: 320,
104+
center: true,
105+
x: 100,
106+
y: 100,
100107
webPreferences: {
101108
devTools: true,
102109
nativeWindowOpen: true,

0 commit comments

Comments
 (0)