Enlightenment CVS committal

Author  : rbdpngn
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src


Modified Files:
        ewl_spinner.c 


Log Message:
Change the default range of the spinner to the full of integers.

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/ewl_spinner.c,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -3 -r1.48 -r1.49
--- ewl_spinner.c       18 Mar 2004 06:16:31 -0000      1.48
+++ ewl_spinner.c       10 Apr 2004 18:12:05 -0000      1.49
@@ -68,8 +68,8 @@
                        EWL_FLAG_FILL_NONE);
        ewl_widget_show(s->button_decrease);
 
-       s->min_val = -50.0;
-       s->max_val = 50.0;
+       s->min_val = INT_MIN;
+       s->max_val = INT_MAX;
        s->value = 0.0;
        s->step = 0.1;
        s->digits = 2;




-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to