Skip to content

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

Diff for: index.js

+1-1
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,

Diff for: micropython.js

-337
This file was deleted.

0 commit comments

Comments
 (0)