hermet pushed a commit to branch master.

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

commit f2f435614bd32b50c8d7f00beb2b443161768f26
Author: Youngbok Shin <youngb.s...@samsung.com>
Date:   Fri Feb 12 19:39:53 2016 +0900

    label: add elm.swallow.background part to all of groups
    
    Summary:
    elm.swallow.background part will be a default part for
    widget's background image.
    
    Test Plan: N/A
    
    Reviewers: woohyun, cedric, kimcinoo
    
    Differential Revision: https://phab.enlightenment.org/D3675
---
 data/themes/edc/elm/label.edc | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/data/themes/edc/elm/label.edc b/data/themes/edc/elm/label.edc
index f8123c3..e684e0c 100644
--- a/data/themes/edc/elm/label.edc
+++ b/data/themes/edc/elm/label.edc
@@ -12,6 +12,11 @@ group { name: "elm/label/base/default";
          description { state: "default" 0.0;
          }
       }
+      part { name: "elm.swallow.background"; type: SWALLOW;
+         clip_to: "label.text.clip";
+         description { state: "default" 0.0;
+         }
+      }
       part { name: "elm.text"; type: TEXTBLOCK;
          clip_to: "label.text.clip";
          scale: 1;
@@ -28,6 +33,7 @@ group { name: "elm/label/base/default";
 }
 
 group { name: "elm/label/base/marker";
+   inherit: "elm/label/base/default";
    styles {
       style { name: "label_style2";
          base: "font="FNBD" font_size=10 text_class=tb_plain align=center 
color=#ffffffff style=shadow,bottom shadow_color=#00000080";
@@ -50,6 +56,7 @@ group { name: "elm/label/base/marker";
 }
 
 group { name: "elm/label/base/slide_long";
+   inherit: "elm/label/base/default";
    script {
       public g_duration, g_stopslide, g_timer_id, g_anim_id;
 
@@ -167,6 +174,7 @@ group { name: "elm/label/base/slide_long";
 
 
 group { name: "elm/label/base/slide_short";
+   inherit: "elm/label/base/default";
    script {
       public g_duration, g_stopslide, g_timer_id, g_anim_id;
 
@@ -280,6 +288,7 @@ group { name: "elm/label/base/slide_short";
 }
 
 group { name: "elm/label/base/slide_bounce";
+   inherit: "elm/label/base/default";
    script {
       public g_duration, g_stopslide, g_timer_id, g_anim_id;
 

-- 


Reply via email to