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:
parent
d407547b84
commit
e7f0d335fa
@ -25,8 +25,8 @@ function createWindow() {
|
||||
*/
|
||||
|
||||
mainWindow = new BrowserWindow({
|
||||
width: 1024,
|
||||
height: 768,
|
||||
width: 1200,
|
||||
height: 907,
|
||||
frame: false,
|
||||
useContentSize: true,
|
||||
webPreferences: {
|
||||
|
Loading…
Reference in New Issue
Block a user