rimmed pushed a commit to branch master.

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

commit 62ed7c774c9b168279866fd6af3be1b5619a6e9c
Author: Vyacheslav Reutskiy <v.reuts...@samsung.com>
Date:   Wed May 3 14:03:37 2017 +0300

    eflete: don't force scale factor to 1
    
    This is start of making Eflete theme scalable.
---
 src/bin/main.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/bin/main.c b/src/bin/main.c
index 267007d..b15bbec 100644
--- a/src/bin/main.c
+++ b/src/bin/main.c
@@ -251,8 +251,6 @@ 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