theme: textpath - remove elm textpath inheritance.

This commit is contained in:
Amitesh Singh 2018-04-11 18:14:38 +09:00
parent c567e1d2e5
commit d4dd7e5962
1 changed files with 23 additions and 2 deletions

View File

@ -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;
}
}
}
}
}