OSDN Git Service

update window width
[bytom/bytom-electron.git] / main.js
diff --git a/main.js b/main.js
index c1dc180..2dfd3da 100644 (file)
--- a/main.js
+++ b/main.js
@@ -28,7 +28,7 @@ function initialize () {
 
     const icon_path = path.join(__dirname, '/static/images/app-icon/png/app.png')
     win = new BrowserWindow({
-      width: 1024 + 208,
+      width: 1024 + 238,
       height: 768,
       'webPreferences': {
         'webSecurity': !process.env.DEV_URL,