File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 19
19
"test:watch" : " mocha --watch --watch-files lib \" ./lib/test/**/*.test.js\" "
20
20
},
21
21
"dependencies" : {
22
- "arduino-serial-plotter-webapp" : " 0.0.10 " ,
22
+ "arduino-serial-plotter-webapp" : " 0.0.11 " ,
23
23
"@grpc/grpc-js" : " ^1.3.7" ,
24
24
"@theia/application-package" : " 1.18.0" ,
25
25
"@theia/core" : " 1.18.0" ,
Original file line number Diff line number Diff line change @@ -97,6 +97,13 @@ export class ElectronMainApplication extends TheiaElectronMainApplication {
97
97
if ( frameName === 'serialPlotter' ) {
98
98
event . preventDefault ( ) ;
99
99
Object . assign ( options , {
100
+ width : 800 ,
101
+ minWidth : 620 ,
102
+ height : 500 ,
103
+ minHeight : 320 ,
104
+ center : true ,
105
+ x : 100 ,
106
+ y : 100 ,
100
107
webPreferences : {
101
108
devTools : true ,
102
109
nativeWindowOpen : true ,
You can’t perform that action at this time.
0 commit comments