raster pushed a commit to branch master.

http://git.enlightenment.org/core/elementary.git/commit/?id=d6df49b78ed49036093f23b4deb9893659d8e6a6

commit d6df49b78ed49036093f23b4deb9893659d8e6a6
Author: Carsten Haitzler (Rasterman) <ras...@rasterman.com>
Date:   Mon May 26 18:35:40 2014 +0900

    elm scroller - fix documentation on gravity
    
    this fixes T1262
---
 src/lib/elm_scroller_legacy.h | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/lib/elm_scroller_legacy.h b/src/lib/elm_scroller_legacy.h
index 134eb30..e00b4e0 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
  *

-- 


Reply via email to