Ver código fonte

Update view-grapher.js

Lutz Roeder 4 anos atrás
pai
commit
c8387936f8
1 arquivos alterados com 2 adições e 2 exclusões
  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;
         }
     }