summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorYoungbok Shin <youngb.shin@samsung.com>2016-02-12 19:39:53 +0900
committerHermet Park <hermet@hermet.pe.kr>2016-02-12 19:39:53 +0900
commitf2f435614bd32b50c8d7f00beb2b443161768f26 (patch)
tree3c245fe0126bd4af373c43fdb0bdeb999f9b9879 /data
parentcd2751c1d1c928325e0d78d0b499ff2d8b54b352 (diff)
downloadelementary-f2f435614bd32b50c8d7f00beb2b443161768f26.tar.gz
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
Diffstat (limited to 'data')
-rw-r--r--data/themes/edc/elm/label.edc9
1 files changed, 9 insertions, 0 deletions
diff --git a/data/themes/edc/elm/label.edc b/data/themes/edc/elm/label.edc
index f8123c376..e684e0cb7 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;