Enlightenment CVS committal Author : handyande Project : misc Module : engage
Dir : misc/engage/data/themes Modified Files: module.edc Log Message: Fix theme to work on top too, left and right are still broken =================================================================== RCS file: /cvsroot/enlightenment/misc/engage/data/themes/module.edc,v retrieving revision 1.9 retrieving revision 1.10 diff -u -3 -r1.9 -r1.10 --- module.edc 30 Nov 2005 23:24:57 -0000 1.9 +++ module.edc 2 Dec 2005 15:39:17 -0000 1.10 @@ -98,38 +98,50 @@ } description { state: "top" 0.0; + fixed: 1 1; rel1 { relative: 0.0 0.0; - offset: 0 0; + offset: 2 2; + to: "background"; } rel2 { - relative: 1.0 1.0; - offset: -1 -1; + relative: 0.0 1.0; + offset: 2 -3; + to_y: "background"; } + align: 0.0 0.5; color: 0 0 0 0; } description { state: "left" 0.0; + fixed: 1 1; rel1 { relative: 0.0 0.0; - offset: 0 0; + offset: 2 2; + to: "background"; } rel2 { - relative: 1.0 1.0; - offset: -1 -1; + relative: 1.0 0.0; + offset: -3 2; + to_x: "background"; } + align: 0.5 0.0; color: 0 0 0 0; } description { state: "right" 0.0; + fixed: 1 1; rel1 { relative: 0.0 0.0; offset: 0 0; + to: "background"; } rel2 { - relative: 1.0 1.0; - offset: -1 -1; + relative: 1.0 0.0; + offset: -3 2; + to_x: "background"; } + align: 0.5 0.0; color: 0 0 0 0; } } ------------------------------------------------------- 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://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs