2
0
mirror of https://github.com/frappe/books.git synced 2025-02-02 20:18:26 +00:00

fix: Set window size to 1200x907

This commit is contained in:
Faris Ansari 2019-10-04 23:29:05 +05:30
parent d407547b84
commit e7f0d335fa

View File

@ -25,8 +25,8 @@ function createWindow() {
*/ */
mainWindow = new BrowserWindow({ mainWindow = new BrowserWindow({
width: 1024, width: 1200,
height: 768, height: 907,
frame: false, frame: false,
useContentSize: true, useContentSize: true,
webPreferences: { webPreferences: {