UPD: Big layout changes.

App now looks like an app.
This commit is contained in:
Robert Kossessa
2024-01-29 17:47:12 +01:00
parent 351f1435af
commit 82d9a8132f
9 changed files with 162 additions and 34 deletions

View File

@@ -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'),