auto-git:
[change] main.js
This commit is contained in:
6
main.js
6
main.js
@@ -81,7 +81,7 @@ function createWindow() {
|
|||||||
width: 900,
|
width: 900,
|
||||||
height: 600,
|
height: 600,
|
||||||
minWidth: 600,
|
minWidth: 600,
|
||||||
minHeight: 400,
|
minHeight: 500,
|
||||||
title: 'Auto-Git',
|
title: 'Auto-Git',
|
||||||
webPreferences: {
|
webPreferences: {
|
||||||
preload: path.join(__dirname, 'preload.js'),
|
preload: path.join(__dirname, 'preload.js'),
|
||||||
@@ -102,8 +102,8 @@ function openSettings(win) {
|
|||||||
settingsWin = new BrowserWindow({
|
settingsWin = new BrowserWindow({
|
||||||
parent: win,
|
parent: win,
|
||||||
modal: true,
|
modal: true,
|
||||||
width: 400,
|
width: 450,
|
||||||
height: 400,
|
height: 450,
|
||||||
resizable: false,
|
resizable: false,
|
||||||
webPreferences: {
|
webPreferences: {
|
||||||
preload: path.join(__dirname, 'preload.js'),
|
preload: path.join(__dirname, 'preload.js'),
|
||||||
|
|||||||
Reference in New Issue
Block a user