Further Setter/Getter public API removal from Dali::Actor
[platform/core/uifw/dali-toolkit.git] / automated-tests / src / dali-toolkit / utc-Dali-ItemView.cpp
index 6af032c..f5e6da8 100755 (executable)
@@ -539,7 +539,7 @@ int UtcDaliItemViewScrollToItem(void)
 
   view.SetProperty( Dali::Actor::Property::NAME,"view actor");
   view.AddLayout(*layout);
-  view.SetSize(vec);
+  view.SetProperty( Actor::Property::SIZE, vec );
 
   Stage::GetCurrent().Add(view);
   layout->SetOrientation(ControlOrientation::Down);