feat(ui): aumenta dimensione finestra e scala UI (font, pulsanti, riquadri)

This commit is contained in:
2026-03-16 12:19:01 +01:00
parent 3fa7758fbe
commit 6438d1a51c
2 changed files with 23 additions and 20 deletions

View File

@@ -68,8 +68,8 @@ let config = buildConfig(DEFAULT_DESTINATION);
function createWindow() {
const win = new BrowserWindow({
width: 900,
height: 640,
width: 1000,
height: 800,
icon: path.join(__dirname, 'build', 'icon.png'),
webPreferences: {
preload: path.join(__dirname, 'preload.js'),