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

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

commit e4af932daf9dfe2c428098315757988a33ef6b52
Author: Carsten Haitzler (Rasterman) <[email protected]>
Date:   Thu Apr 16 10:21:49 2020 +0100

    TH - toobar item horiz - clean up a bit to not complain about fixed
---
 data/elementary/themes/edc/elm/toolbar.edc | 20 +++++++++-----------
 1 file changed, 9 insertions(+), 11 deletions(-)

diff --git a/data/elementary/themes/edc/elm/toolbar.edc 
b/data/elementary/themes/edc/elm/toolbar.edc
index 490ce77e85..8162a82978 100644
--- a/data/elementary/themes/edc/elm/toolbar.edc
+++ b/data/elementary/themes/edc/elm/toolbar.edc
@@ -930,15 +930,15 @@ group { name: "elm/toolbar/item/item_horizontal";
             rel1.offset: 0 4;
             rel2.relative: 0.0 1.0;
             rel2.offset: 0 -5;
+            min: 0 0;
+            max: 0 0;
+            fixed: 1 1;
          }
          description { state: "icononly" 0.0;
             inherit: "default" 0.0;
-            visible: 1;
             rel2.relative: 1.0 1.0;
             rel2.offset: -5 -5;
             rel2.to_x: "icon_clip";
-            min: 16 16;
-            max: 16 16;
          }
       }
       part { name: "icon_clip2"; type: RECT;
@@ -965,6 +965,7 @@ group { name: "elm/toolbar/item/item_horizontal";
             offscale;
             min: 16 16;
             max: 16 16;
+            fixed: 1 1;
          }
          description { state: "noicon" 0.0;
             inherit: "default" 0.0;
@@ -972,18 +973,17 @@ group { name: "elm/toolbar/item/item_horizontal";
             rel1.offset: 0 4;
             rel2.relative: 0.0 1.0;
             rel2.offset: 0 -5;
+            min: 0 0;
+            max: 0 0;
          }
          description { state: "icononly" 0.0;
             inherit: "default" 0.0;
-            visible: 1;
             rel2.relative: 1.0 1.0;
             rel2.offset: -5 -5;
             rel2.to_x: "icon_clip";
-            min: 16 16;
-            max: 16 16;
          }
       }
-      
+
       part { name: "text_clip1"; type: RECT;
          description { state: "default" 0.0;
             color: 255 255 255 255;
@@ -1012,7 +1012,6 @@ group { name: "elm/toolbar/item/item_horizontal";
                align: 0.0 0.5;
                text_class: "toolbar_item";
             }
-            fixed: 0 1;
          }
          description { state: "selected" 0.0;
             inherit: "default" 0.0;
@@ -1071,7 +1070,7 @@ group { name: "elm/toolbar/item/item_horizontal";
                align: 0.0 0.5;
                text_class: "toolbar_item";
             }
-            fixed: 0 1;
+            fixed: 1 1;
          }
          description { state: "selected" 0.0;
             inherit: "default" 0.0;
@@ -1108,11 +1107,10 @@ group { name: "elm/toolbar/item/item_horizontal";
          scale: 1;
          description { state: "default" 0.0;
             fixed: 0 1;
+            rel.to: "base";
             rel1.offset: 0 -1;
             rel1.relative: 0.0 1.0;
-            rel1.to: "base";
             rel2.offset: -1 -1;
-            rel2.to: "base";
             align: 0.5 1.0;
             color: 51 153 255 255;
             visible: 0;

-- 


Reply via email to