Enlightenment CVS committal

Author  : onefang
Project : e_modules
Module  : monitor

Dir     : e_modules/monitor


Modified Files:
        e_mod_main.c 


Log Message:
Make the top net chart as translucent as all the others.

===================================================================
RCS file: /cvsroot/enlightenment/e_modules/monitor/e_mod_main.c,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -3 -r1.13 -r1.14
--- e_mod_main.c        15 Jan 2006 08:05:09 -0000      1.13
+++ e_mod_main.c        21 Jan 2006 11:03:15 -0000      1.14
@@ -973,7 +973,7 @@
       /* add net charts */
       chart_con = chart_container_new(face->con->bg_evas,0,0,0,0);
       flow_chart_net_in = flow_chart_new();
-      flow_chart_color_set(flow_chart_net_in, 213, 91, 91, 255);
+      flow_chart_color_set(flow_chart_net_in, 213, 91, 91, 125);
       flow_chart_get_value_function_set(flow_chart_net_in, net_in_usage_get);
       flow_chart_update_rate_set(flow_chart_net_in, face->conf->net_interval);
       chart_container_chart_add(chart_con, flow_chart_net_in);




-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
enlightenment-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to