aboutsummaryrefslogtreecommitdiff
path: root/src/index.js
diff options
context:
space:
mode:
authorAlystrasz <contact@remyraes.com>2021-12-29 12:10:40 +0100
committerAlystrasz <contact@remyraes.com>2021-12-29 12:10:40 +0100
commitb430d92573619ffce82362cc2a682addc6c958ab (patch)
tree2f59661df33b170f14a734e156bf2e5a1227025d /src/index.js
parent4abe10aebdfa06c9b9c31c98f084d511e3e2e319 (diff)
downloadViper-b430d92573619ffce82362cc2a682addc6c958ab.tar.gz
Viper-b430d92573619ffce82362cc2a682addc6c958ab.zip
[feat] adding version indicators on the UI
Diffstat (limited to 'src/index.js')
-rw-r--r--src/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/index.js b/src/index.js
index fead15b..3520914 100644
--- a/src/index.js
+++ b/src/index.js
@@ -11,7 +11,7 @@ const cli = require("./cli");
function start() {
win = new BrowserWindow({
width: 600,
- height: 115,
+ height: 130,
show: false,
title: "Viper",
resizable: false,