Enlightenment CVS committal Author : devilhorns Project : e_modules Module : wlan
Dir : e_modules/wlan Modified Files: wlan.edc Log Message: Fix text outside of gadget =================================================================== RCS file: /cvsroot/enlightenment/e_modules/wlan/wlan.edc,v retrieving revision 1.6 retrieving revision 1.7 diff -u -3 -r1.6 -r1.7 --- wlan.edc 28 Feb 2006 16:56:45 -0000 1.6 +++ wlan.edc 3 Mar 2006 15:03:07 -0000 1.7 @@ -85,9 +85,31 @@ { part { + name: "text_clip"; + type: RECT; + mouse_events: 0; + description + { + state: "default" 0.0; + color: 255 255 255 255; + rel1 + { + relative: 0.0 0.0; + offset: 0 0; + } + rel2 + { + relative: 1.0 1.0; + offset: -1 -1; + } + } + } + part + { name: "link-text"; type: TEXT; effect: SOFT_SHADOW; + clip_to: "text_clip"; mouse_events: 0; description { @@ -115,6 +137,5 @@ } } } - } ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs