rimmed pushed a commit to branch master.

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

commit ff36b489f3d200cf4d3fc975e01de3cd67fb0395
Author: Mykyta Biliavskyi <[email protected]>
Date:   Wed Jun 22 18:29:40 2016 +0300

    Tizen theme: update panes bar color.
---
 data/themes/tizen/widgets/panes.edc | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/data/themes/tizen/widgets/panes.edc 
b/data/themes/tizen/widgets/panes.edc
index 350896f..107c0a4 100644
--- a/data/themes/tizen/widgets/panes.edc
+++ b/data/themes/tizen/widgets/panes.edc
@@ -61,15 +61,14 @@ group { name: "elm/panes/vertical/default";
          }
       }
       part { name: "bar";
-         type: IMAGE;
+         type: RECT;
          description { state: "default" 0.0;
-            image.normal: "panes_vertical.png";
+            color: 177 177 177 255;
             rel1.to_x: "elm.bar";
             rel2.to_x: "elm.bar";
          }
          description { state: "disabled" 0.0;
             visible: 0;
-            image.normal: "panes_vertical.png";
             rel1.to_y: "elm.swallow.event";
             rel2.to_y: "elm.swallow.event";
          }
@@ -493,12 +492,12 @@ group { name: "elm/panes/horizontal/default";
          }
       }
       part { name: "bar";
-         type: IMAGE;
+         type: RECT;
          description { state: "default" 0.0;
             fixed: 1 0;
             min: 0 2;
             max: -1 2;
-            image.normal: "panes_horizontal.png";
+            color: 177 177 177 255;
             rel1.to_y: "elm.swallow.event";
             rel2.to_y: "elm.swallow.event";
          }
@@ -514,7 +513,7 @@ group { name: "elm/panes/horizontal/default";
          description { state: "default" 0.0;
             min: 0 2;
             max: -1 2;
-            color: 170 170 170 255;
+            color: 177 177 177 255;
             rel1.to: "bar";
             rel2.to: "bar";
          }

-- 


Reply via email to