discomfitor pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=34590d005d85eb6db5c444e156c03206c59b80aa
commit 34590d005d85eb6db5c444e156c03206c59b80aa Author: Mike Blumenkrantz <[email protected]> Date: Fri Mar 28 12:03:14 2014 -0400 efm theme bg swallow now stacks correctly fix T792 --- data/themes/edc/fileman.edc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/data/themes/edc/fileman.edc b/data/themes/edc/fileman.edc index 8b01850..0a05006 100644 --- a/data/themes/edc/fileman.edc +++ b/data/themes/edc/fileman.edc @@ -941,8 +941,7 @@ group { name: "e/fileman/default/scrollframe"; color_class: "fileman_base"; } } - part { name: "e.swallow.bg"; type: SWALLOW; - insert_before: "clipper"; + part { name: "e.swallow.bg"; type: SWALLOW; insert_before: "e.swallow.content"; clip_to: "clipper"; description { state: "default" 0.0; rel1.to: "bg"; --
