rimmed pushed a commit to branch master.

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

commit 083e0a2b8968f3f5751a51f5a4b6097ce266a749
Author: Viacheslav Reutskyi <reutskiy....@gmail.com>
Date:   Sun Feb 14 12:48:12 2016 +0200

    tabs.edc: set correct padding for content
---
 data/themes/default/widgets/layouts/tabs.edc | 34 ++++++----------------------
 1 file changed, 7 insertions(+), 27 deletions(-)

diff --git a/data/themes/default/widgets/layouts/tabs.edc 
b/data/themes/default/widgets/layouts/tabs.edc
index 6d470ed..4bbe548 100644
--- a/data/themes/default/widgets/layouts/tabs.edc
+++ b/data/themes/default/widgets/layouts/tabs.edc
@@ -1390,7 +1390,7 @@ group { name: "elm/layout/tab_style/style_color_editor";
          description { state: "default" 0.0;
             align: 0.5 0.0;
             fixed: 0 1;
-            max: -1 20;
+            max: -1 2;
          }
       }
       part { name: "left_pad";
@@ -1398,7 +1398,7 @@ group { name: "elm/layout/tab_style/style_color_editor";
          description { state: "default" 0.0;
             align: 0.0 0.0;
             fixed: 1 0;
-            max: 6 -1;
+            max: 0 -1;
          }
       }
       part { name: "right_pad";
@@ -1406,7 +1406,7 @@ group { name: "elm/layout/tab_style/style_color_editor";
          description { state: "default" 0.0;
             align: 1.0 1.0;
             fixed: 1 0;
-            max: 6 -1;
+            max: 0 -1;
          }
       }
       part { name: "bottom_pad";
@@ -1414,7 +1414,7 @@ group { name: "elm/layout/tab_style/style_color_editor";
          description { state: "default" 0.0;
             align: 0.0 1.0;
             fixed: 0 1;
-            max: -1 6;
+            max: -1 0;
          }
       }
       part { name: "label.preview";
@@ -1437,27 +1437,6 @@ group { name: "elm/layout/tab_style/style_color_editor";
             }
          }
       }
-      part { name: "separator_hor";
-         type: IMAGE;
-         description { state: "default" 0.0;
-            align: 1.0 1.0;
-            min: 0 2;
-            max: -1 2;
-            rel1 {
-               relative: 1.0 0.0;
-               to_x: "left_pad";
-            }
-            rel2 {
-               relative: 0.0 0.0;
-               to_x: "right_pad";
-               to_y: "bottom_pad";
-            }
-            image {
-               normal: "separator-horizontal.png";
-               middle: DEFAULT;
-            }
-         }
-      }
       part { name: "swallow.list";
          type: SWALLOW;
          description { state: "default" 0.0;
@@ -1469,8 +1448,9 @@ group { name: "elm/layout/tab_style/style_color_editor";
                to: "top_pad";
             }
             rel2 {
-               relative: 1.0 0.0;
-               to: "separator_hor";
+               relative: 0.0 0.0;
+               to_x: "right_pad";
+               to_y: "bottom_pad";
             }
          }
       }

-- 


Reply via email to