X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=examples%2Fflex-container%2Fflex-container-example.cpp;h=4178991faac151d59574922d01dd45390fc5e3c3;hb=refs%2Fchanges%2F97%2F109797%2F2;hp=6898dbd07c2db7271dc388f848e3f75880f2b3de;hpb=214f363041053a01ead590d0527dc6c08f7fe961;p=platform%2Fcore%2Fuifw%2Fdali-demo.git diff --git a/examples/flex-container/flex-container-example.cpp b/examples/flex-container/flex-container-example.cpp index 6898dbd..4178991 100644 --- a/examples/flex-container/flex-container-example.cpp +++ b/examples/flex-container/flex-container-example.cpp @@ -231,7 +231,7 @@ public: // Add a label to the button so that we can identify each item more easily std::ostringstream index; index << i + 1; - flexItem.SetLabelText(index.str()); + flexItem.SetProperty( Toolkit::Button::Property::LABEL, index.str() ); flexItem.SetName("FlexItem " + index.str()); // Set a fixed size to the items so that we can wrap the line and test these