Enlightenment CVS committal Author : devilhorns Project : e17 Module : apps/e
Dir : e17/apps/e/data/themes Modified Files: default_toolbar.edc Log Message: Allow more space for moving/placeing items in the toolbar. This removes the large "gap" at the begining & end of the toolbar. Also remove the "shaped" option as it's not needed in default theme. =================================================================== RCS file: /cvs/e/e17/apps/e/data/themes/default_toolbar.edc,v retrieving revision 1.2 retrieving revision 1.3 diff -u -3 -r1.2 -r1.3 --- default_toolbar.edc 9 Nov 2007 20:59:05 -0000 1.2 +++ default_toolbar.edc 4 Dec 2007 19:39:00 -0000 1.3 @@ -7,10 +7,6 @@ group { name: "e/toolbar/default/base"; - data - { - item: "shaped" "1"; - } parts { part @@ -105,29 +101,29 @@ description { state: "default" 0.0; - rel1.offset: 18 2; - rel2.offset: -19 -3; + rel1.offset: 2 2; + rel2.offset: -3 -3; } description { state: "bottom" 0.0; inherit: "default" 0.0; - rel1.offset: 18 2; - rel2.offset: -19 -3; + rel1.offset: 2 2; + rel2.offset: -3 -3; } description { state: "left" 0.0; inherit: "default" 0.0; - rel1.offset: 2 18; - rel2.offset: -3 -19; + rel1.offset: 2 2; + rel2.offset: -3 -3; } description { state: "right" 0.0; inherit: "default" 0.0; - rel1.offset: 2 18; - rel2.offset: -3 -19; + rel1.offset: 2 2; + rel2.offset: -3 -3; } } } ------------------------------------------------------------------------- SF.Net email is sponsored by: The Future of Linux Business White Paper from Novell. From the desktop to the data center, Linux is going mainstream. Let it simplify your IT future. http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4 _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs