Skip to content

Commit

Permalink
Merge pull request #540 from KrishnaRao-Juvvadi/KASA-SyntheticView-UI…
Browse files Browse the repository at this point in the history
…Changes

SyntheticView UI Changes for KASA, to verify changes in print layout
  • Loading branch information
tylerperyea authored Aug 23, 2024
2 parents ffc024f + 70ad2a0 commit f9b4612
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions src/app/core/assets/pathway/pathwayviz.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,16 +52,16 @@ schemeUtil.showApprovalID=false;
schemeUtil.showReagents=true;
schemeUtil.showReagentsRoles=false;
schemeUtil.approvalCode="UNII";
schemeUtil.width=1500;
schemeUtil.width=1100;
schemeUtil.height=2000;
schemeUtil.maxTextLen=19;
schemeUtil.maxTitleTextLen=50;
schemeUtil.showProcessNames=true;
schemeUtil.reactionWidth=96;
schemeUtil.reactionHeight=64;
schemeUtil.nodeSpacing=200;
schemeUtil.nodeSpacing=250;
schemeUtil.BREAK_GAP=100; //TODO MAKE DYNAMIC
schemeUtil.PLUS_GAP=20; //TODO MAKE DYNAMIC
schemeUtil.PLUS_GAP=30; //TODO MAKE DYNAMIC
schemeUtil.titleFontSize="1.6em";
schemeUtil.highlightColor="#429ecc";
schemeUtil.titleHighlightColor="#ff9900";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export class SubstanceFormSsg4mProcessCardComponent extends SubstanceCardBaseFil
window['schemeUtil'].debug = false;

window['schemeUtil'].maxContinuousSteps = 1;
window['schemeUtil'].maxTextLen = 19;
window['schemeUtil'].maxTextLen = 30;
window['schemeUtil'].BREAK_GAP = 300;
window['schemeUtil'].maxTitleTextLen = 100;

Expand Down

0 comments on commit f9b4612

Please sign in to comment.