8000 Update micropython.js and initial windows width · arduino/lab-micropython-editor@6bda52b · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 6bda52b

Browse files
committed
Update micropython.js and initial windows width
1 parent 2c615c0 commit 6bda52b

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