summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarsten Haitzler (Rasterman) <raster@rasterman.com>2014-05-26 18:35:40 +0900
committerCarsten Haitzler (Rasterman) <raster@rasterman.com>2014-05-26 18:36:13 +0900
commitd6df49b78ed49036093f23b4deb9893659d8e6a6 (patch)
treecafbebad7510a3d3f262e8117e0647c5e14c6454
parent0510fb3e320c68383b2f667681bc79695b64943a (diff)
downloadelementary-d6df49b78ed49036093f23b4deb9893659d8e6a6.tar.gz
elm scroller - fix documentation on gravity
this fixes T1262
-rw-r--r--src/lib/elm_scroller_legacy.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/elm_scroller_legacy.h b/src/lib/elm_scroller_legacy.h
index 134eb30e2..e00b4e06c 100644
--- a/src/lib/elm_scroller_legacy.h
+++ b/src/lib/elm_scroller_legacy.h
@@ -398,10 +398,10 @@ EAPI void elm_scroller_region_bring_in(Evas_Object *obj
*
* The scroller will adjust the view to glue itself as follows.
*
- * x=0.0, for showing the left most region of the content.
- * x=1.0, for showing the right most region of the content.
- * y=0.0, for showing the bottom most region of the content.
- * y=1.0, for showing the top most region of the content.
+ * x=0.0, for staying where it is relative to the left edge of the content
+ * x=1.0, for staying where it is relative to the rigth edge of the content
+ * y=0.0, for staying where it is relative to the top edge of the content
+ * y=1.0, for staying where it is relative to the bottom edge of the content
*
* Default values for x and y are 0.0
*