rimmed pushed a commit to branch master. http://git.enlightenment.org/tools/eflete.git/commit/?id=1be4187d657bec8213f25cb3103e8c1087f6b389
commit 1be4187d657bec8213f25cb3103e8c1087f6b389 Author: Vitalii Vorobiov <vi.vorob...@samsung.com> Date: Tue Jun 7 16:53:46 2016 +0300 editor: fix default values of focal (should be 1000) --- 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 a867e83..f5aa06b 100644 --- a/src/bin/editor/default.c +++ b/src/bin/editor/default.c @@ -94,7 +94,7 @@ EDITOR_STATE_SIMPLE_RESET(fill_size_offset_y, 0) EDITOR_STATE_SIMPLE_RESET(container_padding_x, 0) EDITOR_STATE_SIMPLE_RESET(container_padding_y, 0) EDITOR_STATE_SIMPLE_RESET(text_size, 12) -EDITOR_STATE_SIMPLE_RESET(map_perspective_focal, 0) +EDITOR_STATE_SIMPLE_RESET(map_perspective_focal, 1000) EDITOR_STATE_SIMPLE_RESET(map_perspective_zplane, 0) EDITOR_STATE_SIMPLE_RESET(fixed_h, false) --