summaryrefslogtreecommitdiff
path: root/shared/view.h
diff options
context:
space:
mode:
Diffstat (limited to 'shared/view.h')
-rw-r--r--shared/view.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/shared/view.h b/shared/view.h
index 67dee20b..e27e3746 100644
--- a/shared/view.h
+++ b/shared/view.h
@@ -70,7 +70,7 @@ Dali::Layer CreateToolbar( Dali::Toolkit::ToolBar& toolBar,
toolBarLayer.SetProperty( Dali::Actor::Property::ANCHOR_POINT, Dali::AnchorPoint::TOP_CENTER );
toolBarLayer.SetProperty( Dali::Actor::Property::PARENT_ORIGIN, Dali::ParentOrigin::TOP_CENTER );
toolBarLayer.SetResizePolicy( Dali::ResizePolicy::FILL_TO_PARENT, Dali::Dimension::WIDTH );
- toolBarLayer.SetSize( 0.0f, style.mToolBarHeight );
+ toolBarLayer.SetProperty( Dali::Actor::Property::SIZE, Dali::Vector2( 0.0f, style.mToolBarHeight ) );
// Raise tool bar layer to the top.
toolBarLayer.RaiseToTop();