Skip to content

Commit

Permalink
Merge pull request MoSync#124 from emmaTresanszki/ThreeZeroOne
Browse files Browse the repository at this point in the history
Three zero one
  • Loading branch information
Ali Sarrafi committed Mar 28, 2012
2 parents 123366f + fa5bf06 commit b23167f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/cpp/Graphun/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ class TextScreen: public Screen {
mLayout->setProperty("topMargin", padding);
mLayout->setProperty("bottomMargin", padding);
mLayout->setProperty("spacing", "5");
mLayout->setProperty("isScrollable", "true");
mLayout->setProperty(MAW_VERTICAL_LAYOUT_SCROLLABLE, "true");

mLayout->addChild(mLabel);
setMainWidget(mLayout);
Expand Down

0 comments on commit b23167f

Please sign in to comment.