Skip to content

Commit

Permalink
adjust tutorial size + initial position
Browse files Browse the repository at this point in the history
  • Loading branch information
gidili committed Oct 17, 2017
1 parent ba24781 commit eba3505
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions ComponentsInitialization.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ define(function (require) {
tutorialMessageClass : "tutorialMessage",
showMemoryCheckbox: false
}, function() {
GEPPETTO.Tutorial.setPosition(100, 70);
// temporary load from dropbox as it's reliable (raw github is not) till we add ability to load local files for tutorial
GEPPETTO.Tutorial.addTutorial("/org.geppetto.frontend/geppetto/extensions/geppetto-vfb/tutorials/queryTutorial.json");
GEPPETTO.Tutorial.addTutorial("/org.geppetto.frontend/geppetto/extensions/geppetto-vfb/tutorials/spotlightTutorial.json");
Expand Down
2 changes: 1 addition & 1 deletion tutorials/controlPanelTutorial.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Control Panel Tutorial",
"height": "400",
"width": "600",
"width": "700",
"steps": [{
"title": " Control Panel Tutorial",
"content_url": "/org.geppetto.frontend/geppetto/extensions/geppetto-vfb/tutorials/control-panel.html"
Expand Down
2 changes: 1 addition & 1 deletion tutorials/queryTutorial.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Query Tutorial",
"height": "400",
"width": "500",
"width": "700",
"steps": [{
"title": "Query Tutorial",
"content_url": "/org.geppetto.frontend/geppetto/extensions/geppetto-vfb/tutorials/query.html"
Expand Down
2 changes: 1 addition & 1 deletion tutorials/spotlightTutorial.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Search Tutorial",
"height": "400",
"width": "500",
"width": "700",
"steps": [{
"title": "Search Tutorial",
"content_url": "/org.geppetto.frontend/geppetto/extensions/geppetto-vfb/tutorials/spotlight.html"
Expand Down
2 changes: 1 addition & 1 deletion tutorials/stackTutorial.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Stack Viewer Tutorial",
"height": "400",
"width": "500",
"width": "700",
"steps": [{
"title": "Stack Viewer Tutorial",
"content_url": "/org.geppetto.frontend/geppetto/extensions/geppetto-vfb/tutorials/stack-viewer.html"
Expand Down
2 changes: 1 addition & 1 deletion tutorials/termTutorial.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Term Info Tutorial",
"height": "400",
"width": "500",
"width": "700",
"steps": [{
"title": "Term Info Tutorial",
"content_url": "/org.geppetto.frontend/geppetto/extensions/geppetto-vfb/tutorials/term-info.html"
Expand Down

0 comments on commit eba3505

Please sign in to comment.