We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30421f0 commit c3eb3e4Copy full SHA for c3eb3e4
electron/build/patch/electron-main.js
@@ -89,8 +89,9 @@ app.on('ready', () => {
89
title: applicationName,
90
width: windowState.width,
91
height: windowState.height,
92
- minWidth: 200,
93
- minHeight: 120,
+ // Set and use a custom minimum window size: https://github.com/arduino/arduino-pro-ide/issues/337#issuecomment-687017281
+ minWidth: 900,
94
+ minHeight: 800,
95
x: windowState.x,
96
y: windowState.y,
97
isMaximized: windowState.isMaximized,
0 commit comments