summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmitesh Singh <amitesh.sh@samsung.com>2018-04-11 18:14:38 +0900
committerAmitesh Singh <amitesh.sh@samsung.com>2018-04-11 20:00:21 +0900
commitd4dd7e5962a6a4a22b23d7130e48cef3471585f6 (patch)
tree237c9c6290371834689b62e58c043c9d2ba93c30
parentc567e1d2e57d9b0673110402f770f9a73ad70745 (diff)
downloadefl-d4dd7e5962a6a4a22b23d7130e48cef3471585f6.tar.gz
theme: textpath - remove elm textpath inheritance.
-rw-r--r--data/elementary/themes/edc/efl/textpath.edc25
1 files changed, 23 insertions, 2 deletions
diff --git a/data/elementary/themes/edc/efl/textpath.edc b/data/elementary/themes/edc/efl/textpath.edc
index ed4924f9fb..dd597a55ac 100644
--- a/data/elementary/themes/edc/efl/textpath.edc
+++ b/data/elementary/themes/edc/efl/textpath.edc
@@ -1,3 +1,24 @@
-group { "efl/textpath";
- inherit: "elm/textpath/base/default";
+group { name: "efl/textpath";
+ styles {
+ style { name: "textpath_style2";
+ base: "font="FN" font_size=16 text_class=tb_plain wrap=none align=left color=#ffffffff style=shadow,bottom shadow_color=#00000080";
+ tag: "br" "\n";
+ tag: "b" "+ font="FNBD" text_class=tb_light";
+ ENABLED_TEXTBLOCK_TAGS
+ }
+ }
+ parts {
+ part { name: "elm.text";
+ type: TEXTBLOCK;
+ scale: 1;
+ description { state: "default" 0.0;
+ align: 0.0 0.0;
+ text {
+ style: "textpath_style2";
+ min: 0 1;
+ align: 0.0 0.5;
+ }
+ }
+ }
+ }
}