rimmed pushed a commit to branch master.

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

commit 595a85cb4c3ed2b2e4d57787c39c1b7f54d98369
Author: Vyacheslav Reutskiy <v.reuts...@samsung.com>
Date:   Fri May 5 17:55:17 2017 +0300

    theme: made icons scalable
---
 data/themes/default/widgets/icon.edc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/data/themes/default/widgets/icon.edc 
b/data/themes/default/widgets/icon.edc
index 2efcb39..670e3be 100644
--- a/data/themes/default/widgets/icon.edc
+++ b/data/themes/default/widgets/icon.edc
@@ -1,7 +1,7 @@
 #define IC(Name, Alias1, Alias2, File, Min, Max) \
    group { name: "elm/icon/"##Name##"/default"; min: Min Min; max: Max Max; \
    alias: "elm/icon/"##Alias1##"/default"; alias: 
"elm/icon/"##Alias2##"/default"; \
-   images.image: File COMP; parts { part { name: "base"; \
+   images.image: File COMP; parts { part { name: "base"; scale: 1; \
    description { aspect: 1.0 1.0; aspect_preference: BOTH; \
    image.normal: File; } } } }
 IC("go-up",             "toolbar/go-up",            "menu/go-up",             
"icon_arrow_up.png",       14, 0);

-- 


Reply via email to