Skip to content

Commit

Permalink
Increased size of canvas to 4000x2000 as a workaround for #41
Browse files Browse the repository at this point in the history
  • Loading branch information
deinhofer committed Jun 28, 2019
1 parent 86f8856 commit 31cdc1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion view/vConst.js
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ ACS.vConst = {
MODELVIEW_MODELDESIGNERHEADER: "Model Designer",
MODELVIEW_GUIDESIGNERHEADER: "GUI Designer",
MODELVIEW_LISTVIEWHEADER: "List view",
MODELVIEW_MODELDESIGNERSIZEX: 3000,
MODELVIEW_MODELDESIGNERSIZEX: 4000,
MODELVIEW_MODELDESIGNERSIZEY: 2000,
MODELVIEW_FOCUSRECTCOLOR: "rgba(213, 241, 239, 0.3)",
MODELVIEW_FOCUSRECTSTROKECOLOR: "rgb(17, 234, 196)",
Expand Down

0 comments on commit 31cdc1a

Please sign in to comment.