adjust live view zoom range

0.5 ~ 5.0 -> 0.1 ~ 10.0
This commit is contained in:
ChunEon Park 2015-06-24 14:35:14 +09:00
parent e45efbf381
commit 8d51516705
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
#define MAX_FONT_SCALE 5.0
#define MIN_FONT_SCALE 0.5
#define MAX_VIEW_SCALE 5.0
#define MIN_VIEW_SCALE 0.5
#define MAX_VIEW_SCALE 10.0
#define MIN_VIEW_SCALE 0.1
void config_init(const char *edc_path, const char *edj_path, Eina_List *edc_img_path, Eina_List *edc_snd_path, Eina_List *edc_fnt_path, Eina_List *edc_dat_path);
void config_term(void);