Enlightenment CVS committal

Author  : rbdpngn
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/lib


Modified Files:
        ewl_scrollbar.c 


Log Message:
Fix the alignment of the draggable portion of the scrollbar.

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/lib/ewl_scrollbar.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- ewl_scrollbar.c     5 Sep 2005 14:12:15 -0000       1.3
+++ ewl_scrollbar.c     2 Oct 2005 05:50:24 -0000       1.4
@@ -73,6 +73,7 @@
         */
        s->seeker = ewl_seeker_new(orientation);
        ewl_widget_internal_set(s->seeker, TRUE);
+       ewl_object_alignment_set(EWL_OBJECT(s->seeker), EWL_FLAG_ALIGN_CENTER);
        ewl_widget_show(s->seeker);
 
        /*




-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to