discomfitor pushed a commit to branch elementary-1.9.

http://git.enlightenment.org/core/elementary.git/commit/?id=3c6dab6467eb3cf7720d274cde04859d33aaf04e

commit 3c6dab6467eb3cf7720d274cde04859d33aaf04e
Author: Mike Blumenkrantz <[email protected]>
Date:   Fri Mar 28 12:21:53 2014 -0400

    efm theme bg swallow now stacks correctly
    
    fix T792
---
 data/themes/edc/fileman.edc | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/data/themes/edc/fileman.edc b/data/themes/edc/fileman.edc
index cea767a..d3c76bd 100644
--- a/data/themes/edc/fileman.edc
+++ b/data/themes/edc/fileman.edc
@@ -940,8 +940,12 @@ group { name: "e/fileman/desktop/icon/fixed";
 group { name: "e/fileman/default/scrollframe";
    inherit: "e/widgets/scrollframe";
    parts {
-      part { name: "e.swallow.bg"; type: SWALLOW;
-         insert_before: "clipper";
+      part { name: "bg";
+         description { state: "default" 0.0;
+            color_class: "fileman_base";
+         }
+      }
+      part { name: "e.swallow.bg"; type: SWALLOW; insert_before: 
"e.swallow.content";
          clip_to: "clipper";
          description { state: "default" 0.0;
             rel1.to: "bg";

-- 


Reply via email to