1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 09:46:22 +00:00

set minimum size to main-window

This commit is contained in:
Rokt33r
2016-05-14 19:03:27 +09:00
parent ce52d5cf42
commit 3412d70737

View File

@@ -6,6 +6,8 @@ const path = require('path')
var mainWindow = new BrowserWindow({
width: 1080,
height: 720,
minWidth: 420,
minHeight: 320,
webPreferences: {
zoomFactor: 1.0,
blinkFeatures: 'OverlayScrollbars'