summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChoongeun Hong <cheun.hong@samsung.com>2013-05-14 15:40:49 +0900
committerChoongeun Hong <cheun.hong@samsung.com>2013-05-14 15:40:49 +0900
commitc288a6c0e079eccd1ca047403e41b69709b605b3 (patch)
treebfe46f5ccb86250fcfa17f908b70cdc1a5771764
parentfb19b0f46354998abc45634213fc06015f22cc3f (diff)
downloadUiControls-c288a6c0e079eccd1ca047403e41b69709b605b3.tar.gz
UiControls-c288a6c0e079eccd1ca047403e41b69709b605b3.tar.bz2
UiControls-c288a6c0e079eccd1ca047403e41b69709b605b3.zip
change icon
Change-Id: I6f88e74c7429b30845ae05d4f57ea8b6e770ce21 Signed-off-by: Choongeun Hong <cheun.hong@samsung.com>
-rwxr-xr-xproject/shared/res/screen-density-xhigh/mainmenu.pngbin12848 -> 57662 bytes
-rw-r--r--project/src/EnrichedTextForm.cpp2
2 files changed, 1 insertions, 1 deletions
diff --git a/project/shared/res/screen-density-xhigh/mainmenu.png b/project/shared/res/screen-density-xhigh/mainmenu.png
index 647c3f9..9765b1b 100755
--- a/project/shared/res/screen-density-xhigh/mainmenu.png
+++ b/project/shared/res/screen-density-xhigh/mainmenu.png
Binary files differ
diff --git a/project/src/EnrichedTextForm.cpp b/project/src/EnrichedTextForm.cpp
index a40ac49..0595034 100644
--- a/project/src/EnrichedTextForm.cpp
+++ b/project/src/EnrichedTextForm.cpp
@@ -92,7 +92,7 @@ EnrichedTextForm::OnInitializing(void)
__pTextElement3 = new (std::nothrow) TextElement();
__pTextElement1->Construct(L"Tizen is a new open platform that enables richer user experience");
- __pTextElement2->Construct(L"in applications on mobile devices.");
+ __pTextElement2->Construct(L" in applications on mobile devices.");
__pTextElement3->Construct(L"Tizen API Reference provides of all the powerful features. Tizen is a new open platform that enables richer user experience in applications on mobile devices");
__pTextElement1->SetTextColor(Color::GetColor(COLOR_ID_YELLOW));