changed browser window size
This commit is contained in:
@@ -16,8 +16,8 @@ function createWindow(): BrowserWindow {
|
|||||||
win = new BrowserWindow({
|
win = new BrowserWindow({
|
||||||
x: 0,
|
x: 0,
|
||||||
y: 0,
|
y: 0,
|
||||||
width: size.width,
|
width: 650,
|
||||||
height: size.height,
|
height: 700,
|
||||||
webPreferences: {
|
webPreferences: {
|
||||||
nodeIntegration: true,
|
nodeIntegration: true,
|
||||||
allowRunningInsecureContent: (serve) ? true : false,
|
allowRunningInsecureContent: (serve) ? true : false,
|
||||||
|
|||||||
Reference in New Issue
Block a user