2
0
mirror of https://github.com/frappe/books.git synced 2024-11-09 23:30:56 +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({
width: 1024,
height: 768,
width: 1200,
height: 907,
frame: false,
useContentSize: true,
webPreferences: {