raster pushed a commit to branch feature/themes/flat.

http://git.enlightenment.org/core/efl.git/commit/?id=21ba5265a897cddccc2cbee7a87f8deb549e24e5

commit 21ba5265a897cddccc2cbee7a87f8deb549e24e5
Author: Carsten Haitzler (Rasterman) <[email protected]>
Date:   Thu Aug 1 13:12:47 2019 +0100

    TH tiling - fix icon
---
 data/elementary/themes/edc/tiling.edc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/data/elementary/themes/edc/tiling.edc 
b/data/elementary/themes/edc/tiling.edc
index a26c698eec..fd5b82396f 100644
--- a/data/elementary/themes/edc/tiling.edc
+++ b/data/elementary/themes/edc/tiling.edc
@@ -42,12 +42,12 @@ group { name: "e/modules/tiling/main";
       part { name: "base";
          description { state: "default" 0.0;
             aspect: 1.0 1.0; aspect_preference: BOTH;
-            image.normal: "tiling-horiz.png";
+            image.normal: "tiling-vert.png";
             color: 160 160 160 255;
          }
          description { state: "vertical" 0.0;
             inherit: "default" 0.0;
-            image.normal: "tiling-vert.png";
+            image.normal: "tiling-horiz.png";
          }
          description { state: "floating" 0.0;
             inherit: "default" 0.0;

-- 


Reply via email to