rimmed pushed a commit to branch master.

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

commit 7326142f3ca72d7ca767c8b9b073458897d410c2
Author: Mykyta Biliavskyi <m.biliavs...@samsung.com>
Date:   Fri Jun 3 15:30:03 2016 +0300

    Tizen theme: fix tabs style.
---
 data/themes/tizen/widgets/toolbar.edc | 20 ++++++++++++++------
 1 file changed, 14 insertions(+), 6 deletions(-)

diff --git a/data/themes/tizen/widgets/toolbar.edc 
b/data/themes/tizen/widgets/toolbar.edc
index 0797e4f..9deb2f5 100644
--- a/data/themes/tizen/widgets/toolbar.edc
+++ b/data/themes/tizen/widgets/toolbar.edc
@@ -550,8 +550,14 @@ group { name: "elm/toolbar/base/tabs_horizontal";
      part { name: "clipper";
          type: RECT;
          description { state: "default" 0.0;
-            rel1.to: "elm.swallow.content";
-            rel2.to: "elm.swallow.content";
+            rel1 {
+               offset: 0 -1;
+               to: "elm.swallow.content";
+            }
+            rel2 {
+               to_x: "elm.swallow.content";
+               to_y: "separator";
+            }
          }
       }
       part { name: "separator";
@@ -572,7 +578,10 @@ group { name: "elm/toolbar/base/tabs_horizontal";
             fixed: 1 0;
             min: 0 31;
             max: -1 31;
-            rel2.to_y: "separator";
+            rel2 {
+               relative: 1.0 0.0;
+               to_y: "separator";
+            }
          }
       }
       part { name: "arrow_right";
@@ -767,8 +776,8 @@ group { name: "elm/toolbar/item/tabs_horizontal";
          }
          description { state: "selected" 0.0;
             inherit: "default" 0.00;
-            min: 136 31;
-            max: 136 31;
+            min: 136 32;
+            max: 136 32;
             rel2.offset: -2 -1;
          }
       }
@@ -854,7 +863,6 @@ group { name: "elm/toolbar/item/tabs_horizontal";
          description { state: "selected" 0.0;
             inherit: "default" 0.00;
             color_class: "text_tabs_selected";
-            text.text: "";
          }
       }
       part { name: "clipper";

-- 


Reply via email to