make it roomy
This commit is contained in:
parent
9db9ffd3e4
commit
f0048d54b0
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ app.on('window-all-closed', () => {
|
||||||
exports.load = (appUrl) => {
|
exports.load = (appUrl) => {
|
||||||
app.on('ready', () => {
|
app.on('ready', () => {
|
||||||
const options = {
|
const options = {
|
||||||
width: 800,
|
width: 900,
|
||||||
height: 600,
|
height: 600,
|
||||||
autoHideMenuBar: true,
|
autoHideMenuBar: true,
|
||||||
backgroundColor: '#FFFFFF',
|
backgroundColor: '#FFFFFF',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue