Swap window width/height variables

This commit is contained in:
Gregory Schier
2017-06-26 12:12:18 -07:00
parent 718e626b89
commit 02b945f8d3

View File

@@ -44,8 +44,8 @@ export function createWindow () {
title: getAppName(),
width: width || DEFAULT_WIDTH,
height: height || DEFAULT_HEIGHT,
minHeight: MINIMUM_WIDTH,
minWidth: MINIMUM_HEIGHT,
minHeight: MINIMUM_HEIGHT,
minWidth: MINIMUM_WIDTH,
acceptFirstMouse: true,
icon: path.resolve(__dirname, 'static/icon.png'),
webPreferences: {