Skip to content

Commit

Permalink
feat: reduce MINI_GAP between participants #93
Browse files Browse the repository at this point in the history
  • Loading branch information
unimu-cic committed Nov 23, 2023
1 parent 82accf6 commit 497076f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/positioning/Constants.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export const MINI_GAP = 160;
export const MINI_GAP = 110;
export const MARGIN = 20;
export const ARROW_HEAD_WIDTH = 10;
export const OCCURRENCE_WIDTH = 14;
export const MIN_PARTICIPANT_WIDTH = 100;
export const PARTICIPANT_HEIGHT = 70
export const PARTICIPANT_HEIGHT = 70;

0 comments on commit 497076f

Please sign in to comment.