Add dedicated space for the symbols dimensions + increase global dimension margin

This commit is contained in:
Eric NGUYEN 2023-02-23 18:16:21 +01:00
parent 0eca80bed8
commit 63714b3520
2 changed files with 75 additions and 47 deletions

View file

@ -69,7 +69,8 @@ export const SHOW_SELF_DIMENSIONS = true;
export const SHOW_SELF_MARGINS_DIMENSIONS = true;
export const SHOW_CHILDREN_DIMENSIONS = true;
export const SHOW_BORROWER_DIMENSIONS = true;
export const DIMENSION_MARGIN = 50;
export const DIMENSION_MARGIN = 70;
export const SYMBOL_DIMENSION_MARGIN = 30;
export const SYMBOL_MARGIN = 25;
export const NOTCHES_LENGTH = 10;
export const DEFAULT_DIMENSION_SYMBOL_STYLE: IDimensionStyle = {