MSBuildStructuredLog icon indicating copy to clipboard operation
MSBuildStructuredLog copied to clipboard

Fix runtime graph rough UI

Open cdmihai opened this issue 4 years ago • 0 comments

Current problems:

  • [x] initially the graph is printed upside-down ... After the first zoom or pan action, it immediately snaps to normal. May be a bug in the graph library, maybe not.
  • [ ] node text is clipped. Cannot figure out how to make the node rectangle properly fit the text :(
  • [ ] increase separation between graph layers, so target arrows do not get so crowded. Sadly, the only way I know for doing this, setting GraphViewer.Attr.LayerSeparation does not have any effect.

cdmihai avatar Feb 14 '20 18:02 cdmihai