increased min. height of window

This commit is contained in:
akashnimare
2017-06-19 13:19:28 +05:30
parent 8a4483da80
commit fbc048e8cb

View File

@@ -56,7 +56,7 @@ function createMainWindow() {
height: conf.get('height') || 600,
icon: iconPath(),
minWidth: 600,
minHeight: 400,
minHeight: 500,
webPreferences: {
plugins: true,
allowDisplayingInsecureContent: true,