UPD: Big layout changes.
App now looks like an app.
This commit is contained in:
@@ -14,8 +14,8 @@ if (ess) {
|
||||
const createWindow = () => {
|
||||
// Create the browser window.
|
||||
const mainWindow = new BrowserWindow({
|
||||
width: 1100,
|
||||
height: 912,
|
||||
width: 1024,
|
||||
height: 768,
|
||||
icon: path.join(__dirname, `/assets/favicon.png`),
|
||||
webPreferences: {
|
||||
preload: path.join(__dirname, 'preload.js'),
|
||||
|
||||
Reference in New Issue
Block a user