hermet pushed a commit to branch master. http://git.enlightenment.org/tools/enventor.git/commit/?id=b1b1583b5406f09e728465364d87cfbb3c707376
commit b1b1583b5406f09e728465364d87cfbb3c707376 Author: Hermet Park <her...@hermet.pe.kr> Date: Tue May 10 23:29:59 2016 +0900 tools: fixed 0 1; warning issue. --- 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 edd22fa..0fb0e35 100644 --- a/data/themes/default/layout_common.edc +++ b/data/themes/default/layout_common.edc @@ -3211,7 +3211,7 @@ group { "text_editor_tools_layout"; relative: 0.0 0.5; } min: 1 18; - fixed: 1 0; + fixed: 1 1; align: 1.0 0.5; color: 48 48 48 255; } @@ -3411,4 +3411,4 @@ group { name: "edit_layout"; transition: DECELERATE 0.125; } } -} \ No newline at end of file +} --