1
0
Fork 0
mirror of https://github.com/anyproto/anytype-ts.git synced 2025-06-08 05:57:02 +09:00

Merge pull request #586 from anytypeio/feature/485

Feature/485
This commit is contained in:
Razor 2020-07-24 17:50:39 +03:00 committed by GitHub
commit fa0722e0ab
3 changed files with 12 additions and 9 deletions

View file

@ -145,7 +145,7 @@ function createWindow () {
y: mainWindowState.y,
width: mainWindowState.width,
height: mainWindowState.height,
minWidth: 800,
minWidth: 900,
minHeight: 640,
icon: path.join(__dirname, '/electron/icon512x512.png'),
webPreferences: {