goseq
goseq copied to clipboard
Concurrent actions are introducing too much space
When using concurrent actions, too much space is being added to the actions that appear in the activity first. This is because the layout in "activityline.go" is AddSizeConstraint
instead of just general SizeConstraint
with a decent enough padding.
See "testConcurrent.seq".