Add dedicated space for the symbols dimensions + increase global dimension margin
This commit is contained in:
parent
0eca80bed8
commit
63714b3520
2 changed files with 75 additions and 47 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue