rimmed pushed a commit to branch eflete-1.18.

http://git.enlightenment.org/tools/eflete.git/commit/?id=c00a4349c2031088736c2ab3e1ab7321cdb3793b

commit c00a4349c2031088736c2ab3e1ab7321cdb3793b
Author: Mykyta Biliavskyi <m.biliavs...@samsung.com>
Date:   Mon Feb 6 16:14:50 2017 +0200

    Main: force Eflete to use scale value 1.
    
    Until Eflete theme failed to support scalability feature Eflete could be
    launched with scale value equal 1.
    
    @fix
---
 src/bin/main.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/bin/main.c b/src/bin/main.c
index a9736af..e394d38 100644
--- a/src/bin/main.c
+++ b/src/bin/main.c
@@ -228,6 +228,9 @@ elm_main(int argc, char **argv)
    elm_app_info_set(NULL, EFLETE_EDJ_PATH, NULL);
    enventor_init(argc, argv);
 #endif
+   elm_config_profile_set("standard");
+   /*FIXME: remove forcing setup scale value to 1, after fix theme.*/
+   elm_config_scale_set(1);
 
    elm_config_icon_theme_set(NULL);
    pos = ecore_getopt_parse(&options, values, argc, argv);

-- 


Reply via email to