Skip to content

Commit

Permalink
fix UserGuide
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnaudLI committed Jul 29, 2016
1 parent d5b2a5a commit 9b0794e
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,11 @@ public GSUserGuide(GSSection parent) {
li3.setText("Use the \"Remove Button\" to delete the line. Can be canceled until you persist your Data");
}
};
new GSSection(this, FlexDirection.COLUMN) {
{
setText("To plenty enjoy the power of GS-reactor, go on Learning / Get Started");
}
};
}
};
};
Expand Down

0 comments on commit 9b0794e

Please sign in to comment.