billiob pushed a commit to branch master.

http://git.enlightenment.org/apps/terminology.git/commit/?id=2ff19839816b3187ef539d748958861974e7467d

commit 2ff19839816b3187ef539d748958861974e7467d
Author: Boris Faure <bill...@gmail.com>
Date:   Sat Oct 26 19:02:13 2019 +0200

    default.edc: it's way better with some background!
---
 data/themes/default.edc | 21 ++++++++++++++++++++-
 1 file changed, 20 insertions(+), 1 deletion(-)

diff --git a/data/themes/default.edc b/data/themes/default.edc
index a7c4226..af1f8e9 100644
--- a/data/themes/default.edc
+++ b/data/themes/default.edc
@@ -1340,12 +1340,14 @@ collections {
             signal: "tab_btn,on"; source: "terminology";
             action: STATE_SET "on" 0.0;
             target: "tab_btn_clip";
+            target: "tab_btn_bg";
             target: "terminology.tab_btn";
          }
          program {
             signal: "tab_btn,off"; source: "terminology";
             action: STATE_SET "default" 0.0;
             target: "tab_btn_clip";
+            target: "tab_btn_bg";
             target: "terminology.tab_btn";
          }
          part { name: "tab_btn_clip"; type: RECT;
@@ -1359,6 +1361,24 @@ collections {
                color: 255 255 255 255;
             }
          }
+         part { name: "tab_btn_bg";
+            mouse_events: 0;
+            clip_to: "tab_btn_clip";
+            description { state: "default" 0.0;
+               fixed: 1 1;
+               rel1.to: "terminology.tab_btn";
+               rel2.to: "terminology.tab_btn";
+               image.normal: "tab_bg_r0.png";
+               image.border: 0 2 4 4;
+               fill.smooth: 0;
+               visible: 0;
+               fixed: 1 1;
+            }
+            description { state: "on" 0.0;
+               inherit: "default" 0.0;
+               visible: 1;
+            }
+         }
          part { name: "tab_btn_glow_r0";
             clip_to: "tab_btn_clip";
             description { state: "default" 0.0;
@@ -1694,7 +1714,6 @@ collections {
                visible: 1;
             }
          }
-         /*TODO boris */
          part { name: "tabright"; type: RECT;
             mouse_events: 0;
             description { state: "default" 0.0;

-- 


Reply via email to