Skip to content

Commit c3eb3e4

Browse files
Akos Kittakittaakos
Akos Kitta
authored andcommitted
arduino/arduino-pro-ide#337: Use bigger min window
Signed-off-by: Akos Kitta <kittaakos@typefox.io>
1 parent 30421f0 commit c3eb3e4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

electron/build/patch/electron-main.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,9 @@ app.on('ready', () => {
8989
title: applicationName,
9090
width: windowState.width,
9191
height: windowState.height,
92-
minWidth: 200,
93-
minHeight: 120,
92+
// Set and use a custom minimum window size: https://github.com/arduino/arduino-pro-ide/issues/337#issuecomment-687017281
93+
minWidth: 900,
94+
minHeight: 800,
9495
x: windowState.x,
9596
y: windowState.y,
9697
isMaximized: windowState.isMaximized,

0 commit comments

Comments
 (0)