Enlightenment CVS committal

Author  : boykot
Project : e17
Module  : apps/euphoria

Dir     : e17/apps/euphoria/data/themes/iio/collections


Modified Files:
        base.edc 


Log Message:
adding bitrate and sample rate info to the theme

===================================================================
RCS file: 
/cvsroot/enlightenment/e17/apps/euphoria/data/themes/iio/collections/base.edc,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- base.edc    28 Feb 2004 05:26:13 -0000      1.3
+++ base.edc    28 Feb 2004 10:22:01 -0000      1.4
@@ -907,6 +907,68 @@
 }
 
        part {
+               name, "track_samplerate";
+               type,   TEXT;
+               mouse_events, 0;
+                        
+       description {
+               state,  "default" 0.0;
+
+       rel1 {
+               relative, 0 0;
+               offset, 0 48;
+               to, "album_name";
+       }
+
+       rel2 {
+               relative, .5 0;
+               offset, 0 1;
+               to, "album_name";
+       }
+
+       color,  106 95 113 255;
+       text {
+               text, "Track Samplerate";    
+               font, "Edje.visitor1";           
+               size, 7;       
+               align, 0 0;       
+       }
+
+       }
+}
+
+       part {
+               name, "track_bitrate";
+               type,   TEXT;
+               mouse_events, 0;
+                        
+       description {
+               state,  "default" 0.0;
+
+       rel1 {
+               relative, .8 0;
+               offset, 0 0;
+               to, "track_samplerate";
+       }
+
+       rel2 {
+               relative, 1 0;
+               offset, 0 1;
+               to, "track_samplerate";
+       }
+
+       color,  106 95 113 255;
+       text {
+               text, "Track Bitrate";    
+               font, "Edje.visitor1";           
+               size, 7;       
+               align, 0 0;       
+       }
+
+       }
+}
+
+       part {
                name, "quit";
                type, IMAGE;
                mouse_events, 1;




-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to