feat(ui): aumenta dimensione finestra e scala UI (font, pulsanti, riquadri)
This commit is contained in:
4
main.js
4
main.js
@@ -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'),
|
||||
|
||||
Reference in New Issue
Block a user