Enforce a minimum window size

pull/749/head
David Balatero 8 years ago committed by Scott Nonnenberg
parent 20fcd194d2
commit 9c21c3c7e6
No known key found for this signature in database
GPG Key ID: A4931C09644C654B

@ -82,6 +82,8 @@ function createWindow () {
const windowOptions = Object.assign({
width: 800,
height: 610,
minWidth: 700,
minHeight: 360,
webPreferences: {
nodeIntegration: false,
//sandbox: true,

Loading…
Cancel
Save