Hi All,The attached patch is for the Dark theme in http://git.enlightenment.org/themes/dark.git/ it fixes E menu's. The patch came from the version of Dark in enlightenment master, i haven't looked through the changelogs yet to check for other differences this one just stops everything from working so i fixed it.
I have tried arc a few times and it doesn't like me hence the patch to the mailing list.
Cheers Simon Lees
diff --git a/edje/edc/menu.edc b/edje/edc/menu.edc index 34d887f..d02bf2b 100644 --- a/edje/edc/menu.edc +++ b/edje/edc/menu.edc @@ -193,6 +193,11 @@ group { name: "e/widgets/menu/default/item_bg"; visible: 1; } } + part { name: "events"; type: RECT; + description { state: "default"; + color: 0 0 0 0; + } + } } programs { program { @@ -216,7 +221,7 @@ group { name: "e/widgets/menu/default/item_bg"; group { name: "e/widgets/menu/default/icon"; parts { - part { name: "clip"; type: RECT; + part { name: "clip"; type: RECT; mouse_events: 0; description { state: "default" 0.0; color: 255 255 255 255; } @@ -226,7 +231,6 @@ group { name: "e/widgets/menu/default/icon"; } part { name: "e.swallow.content"; type: SWALLOW; clip_to: "clip"; - scale: 1; description { state: "default" 0.0; min: 16 16; rel1.offset: 2 2; @@ -250,6 +254,11 @@ group { name: "e/widgets/menu/default/icon"; group { name: "e/widgets/menu/default/label"; parts { + part { name: "base"; type: RECT; + description { state: "default"; + color: 0 0 0 0; + } + } part { name: "e.text.label"; type: TEXT; mouse_events: 0; effect: SHADOW BOTTOM; scale: 1; @@ -519,4 +528,4 @@ group { name: "e/widgets/menu/default/radio"; target: "indicator"; } } -} +} \ No newline at end of file
------------------------------------------------------------------------------ October Webinars: Code for Performance Free Intel webinars can help you accelerate application performance. Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from the latest Intel processors and coprocessors. See abstracts and register > http://pubads.g.doubleclick.net/gampad/clk?id=60134071&iu=/4140/ostg.clktrk
_______________________________________________ enlightenment-devel mailing list enlightenment-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-devel