rimmed pushed a commit to branch master.

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

commit 3d331c7878ee483856bb269e4e0c1cf0f0d845b4
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 | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/bin/main.c b/src/bin/main.c
index b15bbec..267007d 100644
--- a/src/bin/main.c
+++ b/src/bin/main.c
@@ -251,6 +251,8 @@ elm_main(int argc, char **argv)
    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