mirror of
https://github.com/arduino/arduino-ide.git
synced 2025-07-09 20:36:32 +00:00
arduino/arduino-pro-ide#337: Use bigger min window
Signed-off-by: Akos Kitta <kittaakos@typefox.io>
This commit is contained in:
parent
30421f0de4
commit
c3eb3e4622
@ -89,8 +89,9 @@ app.on('ready', () => {
|
||||
title: applicationName,
|
||||
width: windowState.width,
|
||||
height: windowState.height,
|
||||
minWidth: 200,
|
||||
minHeight: 120,
|
||||
// Set and use a custom minimum window size: https://github.com/arduino/arduino-pro-ide/issues/337#issuecomment-687017281
|
||||
minWidth: 900,
|
||||
minHeight: 800,
|
||||
x: windowState.x,
|
||||
y: windowState.y,
|
||||
isMaximized: windowState.isMaximized,
|
||||
|
Loading…
x
Reference in New Issue
Block a user