Lutz Roeder 4 лет назад
Родитель
Сommit
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;
         }
     }