Skip to content

Commit

Permalink
adjusted construct borders some more
Browse files Browse the repository at this point in the history
  • Loading branch information
M-Wicenec committed Oct 17, 2023
1 parent f3bbe5f commit 2287be9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/GraphRenderer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,10 @@ ko.bindingHandlers.nodeRenderHandler = {
$(element).children().children().children('.body').css({'border-style':'double','border-width':'7px'})
}
if(node.isGather()){
$(element).children().children().children('.body').css({'border-style':'dotted','border-width':'3px'})
$(element).children().children().children('.body').css({'border-style':'dashed','border-width':'5px'})
}
if(node.isScatter()){
$(element).children().children().children('.body').css({'border-style':'dashed','border-width':'5px'})
$(element).children().children().children('.body').css({'border-style':'dotted','border-width':'3px'})
}
},
};
Expand Down

0 comments on commit 2287be9

Please sign in to comment.