goseq icon indicating copy to clipboard operation
goseq copied to clipboard

Concurrent actions are introducing too much space

Open lmika opened this issue 7 years ago • 0 comments

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".

lmika avatar Jun 28 '17 03:06 lmika