Changed newsWindow properties

This commit is contained in:
Kylart 2017-03-15 10:28:26 +01:00
parent bfc572d9f3
commit 2d06cd0a86
1 changed files with 5 additions and 3 deletions

View File

@ -88,9 +88,11 @@ app.on('activate', function () {
exports.openANewsWindow = (uri) => {
// Create the browser window.
newsWindow = new BrowserWindow({
width: 720,
height: 480,
parent: mainWindow
width: 800,
height: 500,
parent: mainWindow,
minimizable: false,
maximizable: false
})
// and load the index.html of the src.