Enlightenment CVS committal Author : moom16 Project : e17 Module : apps/eclair
Dir : e17/apps/eclair/data/themes/default/groups Modified Files: playlist_entry.edc Log Message: * Improves the default theme: - Playlist and cover panels are automatically opened - Title now scrolls if it doesn't fit in the title box (thanks captainigloo :) - Some images have been changed to be better integrated to the e17 default theme =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/eclair/data/themes/default/groups/playlist_entry.edc,v retrieving revision 1.3 retrieving revision 1.4 diff -u -3 -r1.3 -r1.4 --- playlist_entry.edc 18 May 2005 15:36:09 -0000 1.3 +++ playlist_entry.edc 30 Aug 2005 23:09:39 -0000 1.4 @@ -12,9 +12,27 @@ } } part { + name: "playlist_entry_name_clip"; + type: RECT; + mouse_events: 0; + description { + state: "default" 0.0; + rel1 { + relative: 0 0; + to: playlist_entry_length; + } + rel2 { + relative: 1 1; + offset: -30 0; + to: playlist_entry_length; + } + } + } + part { name: "playlist_entry_name"; type: TEXT; mouse_events: 0; + clip_to: "playlist_entry_name_clip"; description { state: "default" 0.0; color: 132 132 132 255; @@ -25,13 +43,14 @@ } rel2 { relative: 1 1; - offset: -30 0; + offset: 1000 0; to: playlist_entry_length; } text { text: "Filename"; font: "Edje Vera"; size: 10; + min: 1 1; align: 0 0.4; } } ------------------------------------------------------- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs