rimmed pushed a commit to branch master.

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

commit 62ed32cec4e7dd3419f71f8e4057283ce53ef38c
Author: Vyacheslav Reutskiy <v.reuts...@samsung.com>
Date:   Thu Mar 31 16:20:00 2016 +0300

    image.edc: add 'fit' image
    
    Change-Id: I47fc1c61343c57d50c94368d76837b966211d1ea
---
 data/themes/default/images/fit.png    | Bin 0 -> 299 bytes
 data/themes/default/widgets/image.edc |   1 +
 2 files changed, 1 insertion(+)

diff --git a/data/themes/default/images/fit.png 
b/data/themes/default/images/fit.png
new file mode 100644
index 0000000..3b123c9
Binary files /dev/null and b/data/themes/default/images/fit.png differ
diff --git a/data/themes/default/widgets/image.edc 
b/data/themes/default/widgets/image.edc
index 838ce2c..e7a3534 100644
--- a/data/themes/default/widgets/image.edc
+++ b/data/themes/default/widgets/image.edc
@@ -41,6 +41,7 @@ IM("icon",     "offset",         "icon_offset.png",         
15 15,   0 0 0 0,
 
 IM("icon",     "scale_smaller",  "scale_smaller.png",       15 12,   0 0 0 0,  
  SCALE,   SOLID)
 IM("icon",     "scale_larger",   "scale_larger.png",        26 12,   0 0 0 0,  
  SCALE,   SOLID)
+IM("icon",     "fit",            "fit.png",                 10 11,   0 0 0 0,  
  SCALE,   SOLID)
 
 IM("bg",       "tile",           "bg_demo.png",             -1 -1,   0 0 0 0,  
  TILE,    SOLID)
 IM("bg",       "box",            "bg_box.png",              -1 -1,   0 0 0 0,  
  TILE,    SOLID)

-- 


Reply via email to