Compare commits
2 Commits
8d47e4c4f5
...
e8bf1e0d81
Author | SHA1 | Date | |
---|---|---|---|
e8bf1e0d81 | |||
a8c5f3a694 |
@ -42,6 +42,7 @@ 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,6 +7,8 @@ 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