10000 Merge pull request #37 from arduino/feature/update-micropythonjs · arduino/lab-micropython-editor@b15464b · GitHub
[go: up one dir, main page]

Skip to content

Commit b15464b

Browse files
authored
Merge pull request #37 from arduino/feature/update-micropythonjs
Update micropython.js and initial windows width
2 parents 2c615c0 + 6bda52b commit b15464b

File tree

6 files changed

+95
-891
lines changed

6 files changed

+95
-891
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ ipcMain.handle('set-window-size', (event, minWidth, minHeight) => {
9595
function createWindow () {
9696
// Create the browser window.
9797
win = new BrowserWindow({
98-
width: 700,
98+
width: 720,
9999
height: 640,
100100
webPreferences: {
101101
nodeIntegration: true,

micropython.js

Lines changed: 0 additions & 337 deletions
This file was deleted.

0 commit comments

Comments
 (0)
0