diff options
-rw-r--r-- | src/index.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/index.js b/src/index.js index 74f776c..aacfe27 100644 --- a/src/index.js +++ b/src/index.js @@ -9,10 +9,10 @@ const utils = require("./utils"); const cli = require("./cli"); function start() { - let width = 115; + let width = 600; win = new BrowserWindow({ - width: 600, - height: width, + width: width, + height: 115, show: false, title: "Viper", resizable: false, |