Enlightenment CVS committal

Author  : moom
Project : e17
Module  : libs/etk

Dir     : e17/libs/etk/data/themes/default/widgets


Modified Files:
        slider.edc 


Log Message:
* [Slider] The maximum bound of the vertical slider now corresponds to 
     its top end (doesn't seem to be the case with E/Gtk though...). 
     Uses more logical key bindings too (using the down arrow to 
     increase the value of a hslider is a non-sense imho), same for 
     mouse-wheel. Sliders can now be inverted with etk_slider_inverted_set()
* [Colorpicker] The colorpicker now uses the label of the sliders 
     instead of its own labels


===================================================================
RCS file: /cvs/e/e17/libs/etk/data/themes/default/widgets/slider.edc,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -3 -r1.8 -r1.9
--- slider.edc  20 Feb 2007 21:30:05 -0000      1.8
+++ slider.edc  21 Feb 2007 05:19:17 -0000      1.9
@@ -138,7 +138,6 @@
       part {
          name: "label_under";
          clip_to: "label_clip";
-         mouse_events: 0;
          description {
             state: "default" 0.0;
             rel1 {
@@ -439,7 +438,6 @@
       part {
          name: "label_under";
          clip_to: "label_clip";
-         mouse_events: 0;
          description {
             state: "default" 0.0;
             rel1 {



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to