We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36c080f commit ab0ce77Copy full SHA for ab0ce77
1 file changed
electronClient.js
@@ -11,7 +11,12 @@ const fs = require("fs");
11
let mainWindow, sdnManagerWindow
12
13
function startMainWindow(){
14
- mainWindow = new BrowserWindow({ minWidth: 770, minHeight: 500 });
+ mainWindow = new BrowserWindow({
15
+ width: 1280,
16
+ height: 760,
17
+ minWidth: 800,
18
+ minHeight: 600
19
+ });
20
21
mainWindow.loadURL(url.format({
22
pathname: path.join(__dirname, "index.html"),
0 commit comments