Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_test.c 


Log Message:


i'm not happy with this slider... but it'll do for now.

===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_test.c,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -3 -r1.42 -r1.43
--- e_test.c    18 Nov 2005 15:25:38 -0000      1.42
+++ e_test.c    19 Nov 2005 03:22:06 -0000      1.43
@@ -518,15 +518,15 @@
    e_dialog_title_set(dia, "A Test Dialog");
    
    o = e_slider_add(dia->win->evas);
-   e_slider_orientation_set(o, 0);
+   e_slider_orientation_set(o, 1);
    e_slider_value_set(o, 0.5);
    e_slider_value_step_count_set(o, 4);
-//   e_slider_value_format_display_set(o, "%1.2f V");
+   e_slider_value_format_display_set(o, "%1.2f V");
    e_slider_min_size_get(o, &mw, &mh);
    evas_object_smart_callback_add(o, "changed", 
_e_test_cb_e_smart_pan_changed_hook, NULL);
    evas_object_show(o);
    
-   e_dialog_content_set(dia, o, mw, 240 + mh);
+   e_dialog_content_set(dia, o, 240 + mw, mh);
    
    e_dialog_button_add(dia, "OK", NULL, NULL, NULL);
    e_win_centered_set(dia->win, 1);




-------------------------------------------------------
This SF.Net email is sponsored by the JBoss Inc.  Get Certified Today
Register for a JBoss Training Course.  Free Certification Exam
for All Training Attendees Through End of 2005. For more info visit:
http://ads.osdn.com/?ad_id=7628&alloc_id=16845&op=click
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to