소스 검색

Update view-grapher.js

Lutz Roeder 4 년 전
부모
커밋
c8387936f8
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      source/view-grapher.js

+ 2 - 2
source/view-grapher.js

@@ -498,8 +498,8 @@ grapher.Node.List = class {
         }
         this._height += 3;
 
-        if (this._width < 100) {
-            this._width = 100;
+        if (this._width < 75) {
+            this._width = 75;
         }
     }