Enlightenment CVS committal

Author  : dj2
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/data/themes/e17


Modified Files:
        e17.edc 


Log Message:
- add a movement tolerance to the tooltips. this is controlled by the theme.
  mouse must move this many pixels before the tooltip will disappear. (Bug 16)
- minor formatting changes

===================================================================
RCS file: /cvs/e/e17/libs/ewl/data/themes/e17/e17.edc,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -3 -r1.27 -r1.28
--- e17.edc     28 Jun 2007 21:29:36 -0000      1.27
+++ e17.edc     17 Oct 2007 01:40:06 -0000      1.28
@@ -56,8 +56,7 @@
        item: "/combo/cell/group" "ewl/combo/contents";
        item: "/combo/popup/group" "ewl/menu";
        item: "/combo_cell/group" "ewl/combo/popup/contents";
-       item: "/combo_menu/body/group"
-                       "ewl/combo/popup/submenu";
+       item: "/combo_menu/body/group" "ewl/combo/popup/submenu";
        item: "/combo/button/group" "ewl/combo/button";
 
        /* dnd groups */
@@ -155,8 +154,7 @@
        item: "/tree_header/header/button/group" "ewl/tree/header/button";
 
        item: "/row/group" "ewl/row";
-//     item: "/node/check/group" "ewl/tree/expansion";
-  item: "/expansion/group" "ewl/tree/expansion";
+       item: "/expansion/group" "ewl/tree/expansion";
 
        /* window related groups */
        item: "/tooltip/group" "ewl/window";
@@ -178,6 +176,7 @@
        item: "/tooltip/voffset" 10;
        item: "/tooltip/hoffset" 10;
        item: "/tooltip/delay" "1.0";
+       item: "/tooltip/tolerance" "5";
 
        item: "/context_menu/voffset" 1;
        item: "/context_menu/hoffset" 1;



-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to