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:
parent
d407547b84
commit
e7f0d335fa
@ -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: {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user