hermet pushed a commit to branch master. http://git.enlightenment.org/tools/enventor.git/commit/?id=b62c1eea06774e2592c90441068be8185f64b022
commit b62c1eea06774e2592c90441068be8185f64b022 Author: ChunEon Park <[email protected]> Date: Sat Mar 15 01:24:47 2014 +0900 statusbar - use the text rather than textblock. text is much lightweight than textblock. --- data/themes/default/layout.edc | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/data/themes/default/layout.edc b/data/themes/default/layout.edc index b87d79b..f2b8694 100644 --- a/data/themes/default/layout.edc +++ b/data/themes/default/layout.edc @@ -92,7 +92,6 @@ group { name: "search"; fixed: 1 1; } } - part { name: "elm.swallow.find_entry"; type: SWALLOW; scale: 1; @@ -355,19 +354,25 @@ group { name: "statusbar_layout"; } } part { name: "elm.text.group_name_bracket"; - type: TEXTBLOCK; + type: TEXT; scale: 1; + effect: SHADOW BOTTOM; clip_to: "base_clip"; description { rel1.to_x: "elm.text.group_name"; rel1.relative: 1 0.0; rel2.to_x: "elm.text.group_name"; rel2.relative: 1 1.0; - min: 3 14; + min: 6 14; align: 0 0.5; fixed: 1 0; - text.style: "entry_statusbar_style"; - text.text: "]"; + color: 255 255 255 255; + color3: 0 0 0 128; + text { + text: "]"; + size: 11; + align: 0 0.5; + } } } part { name: "elm.text.line"; --
