Index: lams_central/src/java/org/lamsfoundation/lams/authoring/template/web/LdTemplateController.java =================================================================== diff -u -r585c5afc5fcabdb88754b7c1bd7f7ec5eef4e150 -r0162b2cbc7bcaac107007efe67db525f2abeb91a --- lams_central/src/java/org/lamsfoundation/lams/authoring/template/web/LdTemplateController.java (.../LdTemplateController.java) (revision 585c5afc5fcabdb88754b7c1bd7f7ec5eef4e150) +++ lams_central/src/java/org/lamsfoundation/lams/authoring/template/web/LdTemplateController.java (.../LdTemplateController.java) (revision 0162b2cbc7bcaac107007efe67db525f2abeb91a) @@ -290,10 +290,10 @@ return transitions; } - protected static final int rowHeightSpace = 100; - protected static final int activityWidthSpace = 185; - protected static final int gateHeightOffset = 5; - protected static final int gateWidthOffset = 50; + protected static final int rowHeightSpace = 120; + protected static final int activityWidthSpace = 240; + protected static final int gateHeightOffset = 30; + protected static final int gateWidthOffset = 70; /** * Calculate where to draw an activity. Aim for 4 activities per line. Returns Integer[x,y] Index: lams_central/src/java/org/lamsfoundation/lams/authoring/template/web/TBLTemplateController.java =================================================================== diff -u -r64fd4de8d9aa8055d8eadbb9bdc6561c9f13cb82 -r0162b2cbc7bcaac107007efe67db525f2abeb91a --- lams_central/src/java/org/lamsfoundation/lams/authoring/template/web/TBLTemplateController.java (.../TBLTemplateController.java) (revision 64fd4de8d9aa8055d8eadbb9bdc6561c9f13cb82) +++ lams_central/src/java/org/lamsfoundation/lams/authoring/template/web/TBLTemplateController.java (.../TBLTemplateController.java) (revision 0162b2cbc7bcaac107007efe67db525f2abeb91a) @@ -118,7 +118,7 @@ ArrayNode activities = JsonNodeFactory.instance.arrayNode(); ArrayNode groupings = JsonNodeFactory.instance.arrayNode(); - Integer[] firstActivityInRowPosition = new Integer[] { 20, 125 }; // the very first activity, all other locations can be calculated from here if needed! + Integer[] firstActivityInRowPosition = new Integer[] { 40, 40 }; // the very first activity, all other locations can be calculated from here if needed! String activityTitle = null; Integer[] currentActivityPosition = null; Integer groupingUIID = null;