瀏覽代碼

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 年之前
父節點
當前提交
28d9db0e5e
共有 1 個文件被更改,包括 1 次插入1 次删除
  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) {