projects
/
apps
/
native
/
sample
/
UiGestureDetector.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
869ba23
)
N_SE-51407 : fix the position
tizen
author
imetjade.kim
<imetjade.kim@samsung.com>
Wed, 11 Sep 2013 08:13:21 +0000
(17:13 +0900)
committer
imetjade.kim
<imetjade.kim@samsung.com>
Wed, 11 Sep 2013 08:13:21 +0000
(17:13 +0900)
Change-Id: Ibb9d189ab1a822de6bd421d2cfb151368093a72e
project/src/MainForm.cpp
patch
|
blob
|
history
diff --git
a/project/src/MainForm.cpp
b/project/src/MainForm.cpp
index
e5ffe5d
..
c5a0d4d
100644
(file)
--- a/
project/src/MainForm.cpp
+++ b/
project/src/MainForm.cpp
@@
-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;