Skip to content

Commit

Permalink
Set a minWidth and minHeight in frontend-generator for electron app.
Browse files Browse the repository at this point in the history
Signed-off-by: jbicker <[email protected]>
  • Loading branch information
jbicker committed Apr 2, 2019
1 parent 9eb7f4e commit bd91f64
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,8 @@ if (isMaster) {
title: applicationName,
width: windowState.width,
height: windowState.height,
minWidth: 200,
minHeight: 120,
x: windowState.x,
y: windowState.y,
isMaximized: windowState.isMaximized
Expand Down

0 comments on commit bd91f64

Please sign in to comment.