rimmed pushed a commit to branch master.

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

commit f12b2d7d1d765029ae155ad6131a1454151ae3e6
Author: Vitalii Vorobiov <[email protected]>
Date:   Thu Jul 7 21:33:14 2016 +0300

    template: wrong image copy&paste
    
    should be bevel_in and bevel_out
    but not bevel_out twice
    
    @fix
---
 data/template/widgets/player.edc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/data/template/widgets/player.edc b/data/template/widgets/player.edc
index 0a2b191..c64c5fa 100644
--- a/data/template/widgets/player.edc
+++ b/data/template/widgets/player.edc
@@ -2,7 +2,7 @@
 group { name: "elm/player/base/default";
    images.image: "inset_shadow.png" COMP;
    images.image: "shine.png" COMP;
-   images.image: "bevel_out.png" COMP;
+   images.image: "bevel_in.png" COMP;
    images.image: "vgrad_med_lighter.png" COMP;
    images.image: "bevel_out.png" COMP;
    images.image: "shine.png" COMP;

-- 


Reply via email to