N_SE-51407 : fix the position tizen
authorimetjade.kim <imetjade.kim@samsung.com>
Wed, 11 Sep 2013 08:13:21 +0000 (17:13 +0900)
committerimetjade.kim <imetjade.kim@samsung.com>
Wed, 11 Sep 2013 08:13:21 +0000 (17:13 +0900)
Change-Id: Ibb9d189ab1a822de6bd421d2cfb151368093a72e

project/src/MainForm.cpp

index e5ffe5d..c5a0d4d 100644 (file)
@@ -80,7 +80,7 @@ MainForm::CreateItem (int index, int itemWidth)
        if (pCustomItem != null)
        {
                pCustomItem->Construct(Dimension(itemWidth, 74), LIST_ANNEX_STYLE_NORMAL);
-               pCustomItem->AddElement(Rectangle(17, 21, 480, 50), index, __listViewMainMenuNameArray[index], true);
+               pCustomItem->AddElement(Rectangle(17, 12, 480, 50), index, __listViewMainMenuNameArray[index], true);
        }
 
        return pCustomItem;