part 2
This commit is contained in:
parent
8ab07b6ece
commit
95d7b9cae6
1 changed files with 2 additions and 2 deletions
4
main.js
4
main.js
|
@ -7,7 +7,7 @@ const fetch = require("cross-fetch")
|
||||||
function createWindow () {
|
function createWindow () {
|
||||||
// Create the browser window.
|
// Create the browser window.
|
||||||
const mainWindow = new BrowserWindow({
|
const mainWindow = new BrowserWindow({
|
||||||
width: 800,
|
width: 1094,
|
||||||
height: 600,
|
height: 600,
|
||||||
webPreferences: {
|
webPreferences: {
|
||||||
preload: path.join(__dirname, 'preload.js'),
|
preload: path.join(__dirname, 'preload.js'),
|
||||||
|
@ -17,7 +17,7 @@ function createWindow () {
|
||||||
})
|
})
|
||||||
|
|
||||||
mainWindow.removeMenu()
|
mainWindow.removeMenu()
|
||||||
mainWindow.setMinimumSize(800, 600)
|
mainWindow.setMinimumSize(1094, 600)
|
||||||
|
|
||||||
|
|
||||||
const toBlock = [
|
const toBlock = [
|
||||||
|
|
Loading…
Reference in a new issue