From: Himanshu Date: Wed, 10 Jul 2013 07:21:04 +0000 (+0530) Subject: Fixed issue 45595 X-Git-Tag: submit/tizen_2.2/20130714.134410~3 X-Git-Url: http://review.tizen.org/git/?p=apps%2Fosp%2FGallery.git;a=commitdiff_plain;h=e58206470df3d68539a867a0aea5f9ac87794452 Fixed issue 45595 Change-Id: Icfe1ac30d4274869cbcf996c619fa535ef30ae59 Signed-off-by: Himanshu --- diff --git a/src/GlSlideShowPopUp.cpp b/src/GlSlideShowPopUp.cpp index ca4af7b..2234b8a 100644 --- a/src/GlSlideShowPopUp.cpp +++ b/src/GlSlideShowPopUp.cpp @@ -142,14 +142,14 @@ SlideShowPopUp::CreateItem(int index, int itemWidth) { case 0: { - pItem->AddElement(Rectangle(25, 0, GetClientAreaBounds().width, listItemHeight), ID_FORMAT_START, + pItem->AddElement(Rectangle(25, 0, GetClientAreaBounds().width -50, listItemHeight), ID_FORMAT_START, ResourceManager::GetString(L"IDS_MEDIABR_OPT_START_SLIDESHOW"), true); } break; case 1: { - pItem->AddElement(Rectangle(25, 0, GetClientAreaBounds().width, listItemHeight), ID_FORMAT_SETTING, + pItem->AddElement(Rectangle(25, 0, GetClientAreaBounds().width -50, listItemHeight), ID_FORMAT_SETTING, ResourceManager::GetString(L"IDS_MEDIABR_BODY_SLIDESHOW_SETTINGS"), true); } break;