X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=adaptors%2Fcommon%2Fadaptor-impl.cpp;h=ab2ecac68ba2681331bc75da3648b21749fa586d;hb=b2c3e32b52490698ad2ec4784b3291f527e4bec1;hp=6e59fbba7fbae117497ec1759c6bfcd929289a34;hpb=b35c370293df4576f87c2c00e381a7997615bb6f;p=platform%2Fcore%2Fuifw%2Fdali-adaptor.git diff --git a/adaptors/common/adaptor-impl.cpp b/adaptors/common/adaptor-impl.cpp index 6e59fbb..ab2ecac 100644 --- a/adaptors/common/adaptor-impl.cpp +++ b/adaptors/common/adaptor-impl.cpp @@ -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();