mirror of
https://gitlab.com/ryzen-controller-team/ryzen-controller.git
synced 2024-12-22 18:13:28 +07:00
fix: Wider window as there is a new tab.
This commit is contained in:
parent
43e50e0bd3
commit
67fc8ae650
4
main.js
4
main.js
@ -149,8 +149,8 @@ if (!setupEvents.handleSquirrelEvent()) {
|
|||||||
|
|
||||||
// Create the browser window.
|
// Create the browser window.
|
||||||
mainWindow = new BrowserWindow({
|
mainWindow = new BrowserWindow({
|
||||||
width: 800,
|
width: 1000,
|
||||||
height: 720,
|
height: 800,
|
||||||
webPreferences: {
|
webPreferences: {
|
||||||
nodeIntegration: true,
|
nodeIntegration: true,
|
||||||
webviewTag: true,
|
webviewTag: true,
|
||||||
|
Loading…
Reference in New Issue
Block a user