Enlightenment CVS committal Author : doursse Project : e17 Module : libs/ewl
Dir : e17/libs/ewl/data/themes/default/bits Modified Files: radio-groups.edc scrollbar-groups.edc Log Message: fix scrollbar (so seeker) and radiobutton default theme =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/ewl/data/themes/default/bits/radio-groups.edc,v retrieving revision 1.5 retrieving revision 1.6 diff -u -3 -r1.5 -r1.6 --- radio-groups.edc 16 Jun 2005 17:24:39 -0000 1.5 +++ radio-groups.edc 20 Jun 2005 08:51:52 -0000 1.6 @@ -1,10 +1,11 @@ group { name, "radio"; + max, 10 10; data { - item, "inset/left" "4"; - item, "inset/right" "5"; - item, "inset/top" "3"; - item, "inset/bottom" "3"; + item, "inset/left" "2"; + item, "inset/right" "2"; + item, "inset/top" "1"; + item, "inset/bottom" "1"; } parts { part { @@ -83,7 +84,7 @@ } image { normal, "border-radio.png"; - border, 4 5 4 5; + border, 3 3 3 3; } } } =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/ewl/data/themes/default/bits/scrollbar-groups.edc,v retrieving revision 1.3 retrieving revision 1.4 diff -u -3 -r1.3 -r1.4 --- scrollbar-groups.edc 24 Oct 2004 01:11:56 -0000 1.3 +++ scrollbar-groups.edc 20 Jun 2005 08:51:53 -0000 1.4 @@ -290,11 +290,11 @@ state, "default" 0.0; rel1 { relative, 0.0 0.0; - offset, -1 0; + offset, 0 0; } rel2 { relative, 1.0 1.0; - offset, 0 -1; + offset, -1 -1; } image { normal, "border-square.png"; @@ -337,11 +337,11 @@ state, "default" 0.0; rel1 { relative, 0.0 0.0; - offset, 0 -1; + offset, 0 0; } rel2 { relative, 1.0 1.0; - offset, -1 0; + offset, -1 -1; } image { normal, "border-square.png"; ------------------------------------------------------- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to follow Roadmaps, straightforward articles, informative Webcasts and more! Get everything you need to get up to speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs