rimmed pushed a commit to branch master. http://git.enlightenment.org/tools/eflete.git/commit/?id=b02e06726a387a917f488b173872fd8ef459b1e1
commit b02e06726a387a917f488b173872fd8ef459b1e1 Author: Andrii Kroitor <[email protected]> Date: Fri Feb 12 17:05:30 2016 +0200 editor: change default text size to 12 --- src/bin/editor/default.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/editor/default.c b/src/bin/editor/default.c index 56b469e..65bb46c 100644 --- a/src/bin/editor/default.c +++ b/src/bin/editor/default.c @@ -93,7 +93,7 @@ EDITOR_STATE_SIMPLE_RESET(fill_size_offset_x, -1) EDITOR_STATE_SIMPLE_RESET(fill_size_offset_y, -1) EDITOR_STATE_SIMPLE_RESET(container_padding_x, 0) EDITOR_STATE_SIMPLE_RESET(container_padding_y, 0) -EDITOR_STATE_SIMPLE_RESET(text_size, 0) +EDITOR_STATE_SIMPLE_RESET(text_size, 12) EDITOR_STATE_SIMPLE_RESET(fixed_h, false) EDITOR_STATE_SIMPLE_RESET(fixed_w, false) --
