Explorar o código

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 %!s(int64=6) %!d(string=hai) anos
pai
achega
28d9db0e5e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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) {