Skip to content

Commit

Permalink
Layout disconnect fragments closer together.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnmay committed Jun 15, 2016
1 parent d4464be commit ca3c29b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -908,7 +908,7 @@ private void generateFragmentCoordinates(IAtomContainer mol, List<IAtomContainer

// calc the max widths/height of each row, we also add some
// spacing
double spacing = 1.5 * bondLength;
double spacing = bondLength;
for (int i = 0; i < numFragments; i++) {
// +1 because first offset is always 0
int col = 1 + i % nCol;
Expand Down

0 comments on commit ca3c29b

Please sign in to comment.