Browse Source

Merge pull request #11642 from GordonSmith/HPCC-19830

HPCC-19830 Graph IsDependency links can be hard to see

Reviewed-By: Miguel Vazquez <miguel.vazquez@lexisnexis.com>
Reviewed-By: Richard Chapman <rchapman@hpccsystems.com>
Richard Chapman 6 years ago
parent
commit
28d9db0e5e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      esp/src/src/WUScopeController.ts

+ 1 - 1
esp/src/src/WUScopeController.ts

@@ -306,7 +306,7 @@ export class WUScopeController {
                 let weight = 100;
                 if (attrs["IsDependency"]) {
                     weight = 10;
-                    strokeDasharray = "1,5";
+                    strokeDasharray = "1,2";
                 } else if (attrs["_childGraph"]) {
                     strokeDasharray = "5,5";
                 } else if (isSpill) {