cedric pushed a commit to branch master.

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

commit 66c1d5694428e2683a8074f5c1ecda5f56f1a387
Author: Woochan Lee <wc0917....@samsung.com>
Date:   Fri Mar 4 15:29:17 2016 -0800

    multibuttonentry: add elm.swallow.background part
    
    Summary: This swallow part is for custom background image.
    
    Reviewers: kimcinoo, Hermet, cedric
    
    Reviewed By: cedric
    
    Differential Revision: https://phab.enlightenment.org/D3659
    
    Signed-off-by: Cedric BAIL <ced...@osg.samsung.com>
---
 data/themes/edc/elm/multibuttonentry.edc | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/data/themes/edc/elm/multibuttonentry.edc 
b/data/themes/edc/elm/multibuttonentry.edc
index 5568b4b..cefb816 100644
--- a/data/themes/edc/elm/multibuttonentry.edc
+++ b/data/themes/edc/elm/multibuttonentry.edc
@@ -10,6 +10,14 @@ group { name: "elm/multibuttonentry/base/default";
             color_class: "multibuttonentry_bg";
          }
       }
+      part { name: "elm.swallow.background";
+         type: SWALLOW;
+         scale: 1;
+         description { state: "default" 0.0;
+            rel1.to: "bg";
+            rel2.to: "bg";
+         }
+      }
       part { name: "box.swallow"; type: SWALLOW;
          description { state: "default" 0.0;
             rel1.to: "bg";

-- 


Reply via email to