Bigger default window
This commit is contained in:
parent
5f7d683cd1
commit
bd6343a753
1 changed files with 2 additions and 2 deletions
|
|
@ -143,8 +143,8 @@ function createWindow() {
|
||||||
// Create the browser window.
|
// Create the browser window.
|
||||||
mainWindow = new BrowserWindow({
|
mainWindow = new BrowserWindow({
|
||||||
frame: !store.get("drawCustomTitleBar"),
|
frame: !store.get("drawCustomTitleBar"),
|
||||||
width: 1124,
|
width: 1200,
|
||||||
height: 800,
|
height: 900,
|
||||||
icon: path.join(__dirname, "/icons/png/64x64.png"),
|
icon: path.join(__dirname, "/icons/png/64x64.png"),
|
||||||
webPreferences: {
|
webPreferences: {
|
||||||
nodeIntegration: true
|
nodeIntegration: true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue