projects
/
platform
/
upstream
/
elementary.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
13e0758
)
elementary/elm_entry : fix wrong indentations
author
WooHyun Jung
<woohyun0705@gmail.com>
Thu, 21 Jul 2011 11:30:05 +0000
(11:30 +0000)
committer
WooHyun Jung
<woohyun0705@gmail.com>
Thu, 21 Jul 2011 11:30:05 +0000
(11:30 +0000)
SVN revision: 61554
src/lib/elm_entry.c
patch
|
blob
|
history
diff --git
a/src/lib/elm_entry.c
b/src/lib/elm_entry.c
index
767c4d3
..
dfde8fe
100644
(file)
--- a/
src/lib/elm_entry.c
+++ b/
src/lib/elm_entry.c
@@
-666,12
+666,12
@@
_elm_win_recalc_job(void *data)
evas_object_size_hint_min_get(data, &ominw, NULL);
minw = ominw;
}
-
+
elm_coords_finger_size_adjust(1, &fw, 1, &fh);
if (wd->scroll)
{
Evas_Coord vmw = 0, vmh = 0;
-
+
edje_object_size_min_calc
(elm_smart_scroller_edje_object_get(wd->scroller),
&vmw, &vmh);