Enlightenment CVS committal Author : devilhorns Project : e_modules Module : cpu
Dir : e_modules/cpu Modified Files: cpu.edc Log Message: Some edc formatting. Thanks CodeWarrior :) =================================================================== RCS file: /cvsroot/enlightenment/e_modules/cpu/cpu.edc,v retrieving revision 1.8 retrieving revision 1.9 diff -u -3 -r1.8 -r1.9 --- cpu.edc 27 Feb 2006 21:43:50 -0000 1.8 +++ cpu.edc 28 Feb 2006 16:18:11 -0000 1.9 @@ -1,99 +1,119 @@ images { - image: "cpu.png" COMP; + image: "cpu.png" COMP; } fonts { - font: "VeraMono.ttf" "VeraMono"; + font: "VeraMono.ttf" "VeraMono"; } collections { -group - { - name: "modules/cpu/main"; - parts{ - part { - name: "fade_clip"; - type: RECT; - mouse_events: 0; - description { - state: "default" 0.0; - color: 255 255 255 255; - } - } - - part { - name: "cpu"; - clip_to: "fade_clip"; - description { - state: "default" 0.0; - aspect: 1.0 1.0; - align: 0.5 0.5; - rel1 { - relative: 0.0 0.0; - } - rel2 { - relative: 1.0 1.0; - } - image { - normal: "cpu.png"; - } - } - } - - part { - name, "lines"; - mouse_events, 0; - type, SWALLOW; - clip_to: "fade_clip"; - description { - state, "default" 0.0; - rel1 { - relative: 0.0 0.0; - } - rel2 { - relative: 1.0 1.0; - } - color, 0 0 0 0; - } - } - } - }//close group net + group + { + name: "modules/cpu/main"; + parts + { + part + { + name: "fade_clip"; + type: RECT; + mouse_events: 0; + description + { + state: "default" 0.0; + color: 255 255 255 255; + } + } + + part + { + name: "cpu"; + clip_to: "fade_clip"; + description + { + state: "default" 0.0; + aspect: 1.0 1.0; + align: 0.5 0.5; + rel1 + { + relative: 0.0 0.0; + } + rel2 + { + relative: 1.0 1.0; + } + image + { + normal: "cpu.png"; + } + } + } + + part + { + name, "lines"; + mouse_events, 0; + type, SWALLOW; + clip_to: "fade_clip"; + description + { + state, "default" 0.0; + rel1 + { + relative: 0.0 0.0; + } + rel2 + { + relative: 1.0 1.0; + } + color, 0 0 0 0; + } + } + } + } + //close group net -group { + group + { name: "modules/cpu/text"; - parts{ - part + parts { - name: "in-text"; - type: TEXT; - effect: SOFT_SHADOW; - mouse_events: 0; - description { - state: "default" 0.0; - align: 0.5 0.5; - rel1 { - relative: 0.5 0.5; - } - rel2 { - relative: 0.5 0.5; - } - color: 0 0 0 255; - color3: 255 255 255 100; - text { - text: ""; - font: "VeraMono"; - size: 10; - min: 1 1; - align: 0.5 0.5; - } - } - } + part + { + name: "in-text"; + type: TEXT; + effect: SOFT_SHADOW; + mouse_events: 0; + description + { + state: "default" 0.0; + align: 0.5 0.5; + rel1 + { + relative: 0.5 0.5; + } + rel2 + { + relative: 0.5 0.5; + } + color: 0 0 0 255; + color3: 255 255 255 100; + text + { + text: ""; + font: "VeraMono"; + size: 10; + min: 1 1; + align: 0.5 0.5; + } + } + } - } -} //close group text + } + } + //close group text } ------------------------------------------------------- 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