billiob pushed a commit to branch master.

http://git.enlightenment.org/apps/terminology.git/commit/?id=68adc919be3dffefdbd926146c46c843cd932428

commit 68adc919be3dffefdbd926146c46c843cd932428
Author: Boris Faure <[email protected]>
Date:   Fri Apr 10 22:58:23 2020 +0200

    default: fix issue with size computing
---
 data/themes/default/background.edc | 45 +++++++++++++++++++-------------------
 1 file changed, 22 insertions(+), 23 deletions(-)

diff --git a/data/themes/default/background.edc 
b/data/themes/default/background.edc
index f66a2e8..13f8fa0 100644
--- a/data/themes/default/background.edc
+++ b/data/themes/default/background.edc
@@ -1443,23 +1443,23 @@ group { name: "terminology/background";
          target: "drag_left_pulse";
          target: "drag_left_outline";
          target: "drag_left_glow";
-         target: "drag_left_icon";
          target: "drag_left_rect";
+         target: "drag_left_icon";
          target: "drag_right_pulse";
          target: "drag_right_outline";
          target: "drag_right_glow";
-         target: "drag_right_icon";
          target: "drag_right_rect";
+         target: "drag_right_icon";
          target: "drag_top_pulse";
          target: "drag_top_outline";
-         target: "drag_top_icon";
          target: "drag_top_rect";
          target: "drag_top_glow";
+         target: "drag_top_icon";
          target: "drag_bottom_pulse";
          target: "drag_bottom_outline";
          target: "drag_bottom_glow";
-         target: "drag_bottom_icon";
          target: "drag_bottom_rect";
+         target: "drag_bottom_icon";
       }
       // left boundary of the active tab (dragable 0.0 -> 1.0)
       part { name: "terminology.tabl"; type: SPACER;
@@ -1577,9 +1577,9 @@ group { name: "terminology/background";
          description { state: "default" 0.0;
             rel1.to: "terminology.tab";
             rel1.relative: 1.0 0.0;
-            rel2.to_x: "terminology.tab_btn";
+            //rel2.to_x: "terminology.tab_btn";
             rel2.to_y: "tabmiddle";
-            rel2.relative: 0.0 1.0;
+            //rel2.relative: 0.0 1.0;
             color: 0 0 0 0;
             visible: 0;
             fixed: 1 1;
@@ -1612,7 +1612,7 @@ group { name: "terminology/background";
             align: 1.0 0.5;
             image.normal: "tab_close";
             rel1 {
-               to: "tabmiddle";
+               to_y: "tabmiddle";
                to_x: "tab_bevel_top3";
                relative: 0.0 0.3;
             }
@@ -1916,22 +1916,6 @@ group { name: "terminology/background";
             visible: 1;                                              \
          }                                                           \
       }                                                              \
-      part { name: "drag_"##DIR##"_icon";                            \
-         description { state: "default" 0.0;                         \
-            aspect: 1.0 1.0; aspect_preference: BOTH;                \
-            align: 0.5 0.5;                                          \
-            rel1.to: "drag_"##DIR##"_outline";                       \
-            rel2.to: "drag_"##DIR##"_outline";                       \
-            min: 10 10;                                              \
-            max: 80 80;                                              \
-            image.normal: "icon_split_"##ICON##".png";               \
-            visible: 0;                                              \
-         }                                                           \
-         description { state: "hdrag,off" 0.0;                       \
-            inherit: "default" 0.0;                                  \
-            visible: 1;                                              \
-         }                                                           \
-      }                                                              \
       part { name: "drag_"##DIR##"_outline";                         \
          mouse_events: 0;                                            \
          description { state: "default" 0.0;                         \
@@ -1956,6 +1940,21 @@ group { name: "terminology/background";
             visible: 1;                                              \
          }                                                           \
       }                                                              \
+      part { name: "drag_"##DIR##"_icon";                            \
+         description { state: "default" 0.0;                         \
+            aspect: 1.0 1.0; aspect_preference: BOTH;                \
+            align: 0.5 0.5;                                          \
+            rel1.to: "drag_"##DIR##"_outline";                       \
+            rel2.to: "drag_"##DIR##"_outline";                       \
+            max: 80 80;                                              \
+            image.normal: "icon_split_"##ICON##".png";               \
+            visible: 0;                                              \
+         }                                                           \
+         description { state: "hdrag,off" 0.0;                       \
+            inherit: "default" 0.0;                                  \
+            visible: 1;                                              \
+         }                                                           \
+      }                                                              \
       program {                                                      \
          name: "drag_"##DIR##",on";                                  \
          signal: "drag_"##DIR##",on"; source: "terminology";         \

-- 


Reply via email to