hermet pushed a commit to branch master. http://git.enlightenment.org/tools/enventor.git/commit/?id=49c8b9ea4aae29662999764c754ea04ef508e0cb
commit 49c8b9ea4aae29662999764c754ea04ef508e0cb Author: ChunEon Park <[email protected]> Date: Sat Feb 21 15:48:02 2015 +0900 bin/live_edit: improve ui. --- data/themes/default/layout_common.edc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/themes/default/layout_common.edc b/data/themes/default/layout_common.edc index e421c08..e9420af 100644 --- a/data/themes/default/layout_common.edc +++ b/data/themes/default/layout_common.edc @@ -1406,7 +1406,7 @@ group { name: "live_edit_layout"; } part { name: "elm.text.rel1"; type: TEXT; - effect: GLOW; + effect: OUTLINE; scale: 1; mouse_events: 0; description { state: "default" 0.0; @@ -1450,7 +1450,7 @@ group { name: "live_edit_layout"; } part { name: "elm.text.rel2"; type: TEXT; - effect: GLOW; + effect: OUTLINE; scale: 1; mouse_events: 0; description { state: "default" 0.0; --
