Compare commits
No commits in common. "e8bf1e0d8158e9caef200b1e769e147cf3ce5b60" and "8d47e4c4f506ef3bceff9671680dc119b8ef518d" have entirely different histories.
e8bf1e0d81
...
8d47e4c4f5
@ -42,7 +42,6 @@ button
|
|||||||
max-width: 1024px
|
max-width: 1024px
|
||||||
|
|
||||||
.container.fluid
|
.container.fluid
|
||||||
width: 100%
|
|
||||||
max-width: 100%
|
max-width: 100%
|
||||||
margin: 0
|
margin: 0
|
||||||
|
|
||||||
|
2
main.js
2
main.js
@ -7,8 +7,6 @@ function createWindow () {
|
|||||||
const mainWindow = new BrowserWindow({
|
const mainWindow = new BrowserWindow({
|
||||||
width: 800,
|
width: 800,
|
||||||
height: 700,
|
height: 700,
|
||||||
minWidth: 725,
|
|
||||||
minHeight: 600,
|
|
||||||
webPreferences: {
|
webPreferences: {
|
||||||
nodeIntegration: true,
|
nodeIntegration: true,
|
||||||
contextIsolation: false,
|
contextIsolation: false,
|
||||||
|
Loading…
Reference in New Issue
Block a user