Quellcode durchsuchen

Update view-grapher.js

Lutz Roeder vor 4 Jahren
Ursprung
Commit
c8387936f8
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  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;
         }
     }