[3.0] Enable to set the margin of indicator
[platform/core/uifw/dali-adaptor.git] / adaptors / common / adaptor-impl.cpp
index 6e59fbb..ab2ecac 100644 (file)
@@ -757,6 +757,12 @@ void Adaptor::RequestUpdateOnce()
   }
 }
 
+void Adaptor::IndicatorSizeChanged(int height)
+{
+  // let the core know the indicator height is changed
+  mCore->SetTopMargin(height);
+}
+
 void Adaptor::ProcessCoreEventsFromIdle()
 {
   ProcessCoreEvents();