Commit 576f473d36dc9f8c1d20d96f7323f8c5b99d6c6a

Authored by Eunki Hong
1 parent 7edeccca

Fix typo error at remote-image-loading-example

Change-Id: I3d78228b0c927e9583e95ed8502eecaaf7f2b58c
Signed-off-by: Eunki Hong <eunkiki.hong@samsung.com>
examples/remote-image-loading/remote-image-loading-example.cpp
1 /* 1 /*
2 - * Copyright (c) 2020 Samsung Electronics Co., Ltd. 2 + * Copyright (c) 2023 Samsung Electronics Co., Ltd.
3 * 3 *
4 * Licensed under the Apache License, Version 2.0 (the "License"); 4 * Licensed under the Apache License, Version 2.0 (the "License");
5 * you may not use this file except in compliance with the License. 5 * you may not use this file except in compliance with the License.
@@ -108,7 +108,7 @@ public: @@ -108,7 +108,7 @@ public:
108 108
109 mImageView5 = Toolkit::ImageView::New("http://static.midomi.com/h/images/w/weather_sunny.png"); 109 mImageView5 = Toolkit::ImageView::New("http://static.midomi.com/h/images/w/weather_sunny.png");
110 mImageView5.SetProperty(Dali::Actor::Property::NAME, "mImageView5"); 110 mImageView5.SetProperty(Dali::Actor::Property::NAME, "mImageView5");
111 - mImageView4.SetProperty(Actor::Property::PARENT_ORIGIN, ParentOrigin::TOP_LEFT); 111 + mImageView5.SetProperty(Actor::Property::PARENT_ORIGIN, ParentOrigin::TOP_LEFT);
112 mImageView5.SetProperty(Actor::Property::ANCHOR_POINT, AnchorPoint::TOP_CENTER); 112 mImageView5.SetProperty(Actor::Property::ANCHOR_POINT, AnchorPoint::TOP_CENTER);
113 mImageView5.SetProperty(Actor::Property::POSITION_USES_ANCHOR_POINT, false); 113 mImageView5.SetProperty(Actor::Property::POSITION_USES_ANCHOR_POINT, false);
114 mImageView5.SetProperty(Actor::Property::POSITION, Vector2(800, 100)); 114 mImageView5.SetProperty(Actor::Property::POSITION, Vector2(800, 100));