Fixed issue 45595
authorHimanshu <himanshu.t@samsung.com>
Wed, 10 Jul 2013 07:21:04 +0000 (12:51 +0530)
committerHimanshu <himanshu.t@samsung.com>
Wed, 10 Jul 2013 07:21:04 +0000 (12:51 +0530)
Change-Id: Icfe1ac30d4274869cbcf996c619fa535ef30ae59
Signed-off-by: Himanshu <himanshu.t@samsung.com>
src/GlSlideShowPopUp.cpp

index ca4af7b..2234b8a 100644 (file)
@@ -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;