efm theme bg swallow now stacks correctly
authorMike Blumenkrantz <zmike@samsung.com>
Fri, 28 Mar 2014 16:21:53 +0000 (12:21 -0400)
committerMike Blumenkrantz <zmike@samsung.com>
Fri, 28 Mar 2014 16:21:53 +0000 (12:21 -0400)
fix T792

data/themes/edc/fileman.edc

index cea767ab6aba0087cbcacd1d62b3c64c7398ab3f..d3c76bd77f20496a45e74acbb9a258d2c9014d75 100644 (file)
@@ -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";