discomfitor pushed a commit to branch elementary-1.16.

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

commit b7a977989724ce68f8873b888747417de54affe7
Author: Mike Blumenkrantz <zm...@osg.samsung.com>
Date:   Mon Jan 25 12:32:34 2016 -0500

    shelf: add "noshadow" data item to indicate no shadow should be used
---
 data/themes/edc/shelf.edc | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/data/themes/edc/shelf.edc b/data/themes/edc/shelf.edc
index f4718ce..23e234c 100644
--- a/data/themes/edc/shelf.edc
+++ b/data/themes/edc/shelf.edc
@@ -242,6 +242,7 @@ group { name: "e/shelf/invisible/base"; nomouse;
    inherit: "e/shelf/default/base";
    data {
       item: "shaped" "1";
+      item: "noshadow" "1";
    }
    parts {
       part { name: "bg";
@@ -301,6 +302,7 @@ group { name: "e/shelf/translucent/base"; nomouse;
    inherit: "e/shelf/default/base";
    data {
       item: "shaped" "1";
+      item: "noshadow" "1";
    }
    parts {
       part { name: "bg";

-- 


Reply via email to