Enlightenment CVS committal

Author  : moom16
Project : e17
Module  : proto

Dir     : e17/proto/etk/data/themes/default/widgets


Modified Files:
        notebook.edc 


Log Message:
* More notebook work
* Now, when a container is deleted, the children are deleted too


===================================================================
RCS file: 
/cvsroot/enlightenment/e17/proto/etk/data/themes/default/widgets/notebook.edc,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- notebook.edc        23 Dec 2005 23:01:05 -0000      1.2
+++ notebook.edc        24 Dec 2005 18:13:06 -0000      1.3
@@ -86,12 +86,12 @@
             state: "default" 0.0;
             rel1 {
                relative: 0.0 0.0;
-               offset: 15 2;
+               offset: 15 3;
                to: "label_under";
             }
             rel2 {
                relative: 1.0 1.0;
-               offset: -13 -3;
+               offset: -13 -2;
                to: "label_under";
             }
          }
@@ -120,6 +120,35 @@
             }
          }
       }
+      part {
+         name: "shadow";
+         mouse_events: 0;
+         description {
+            state: "default" 0.0;
+            color: 255 255 255 0;
+            rel1 {
+               relative: 0.0 1.0;
+               offset: 2 -5;
+               to: "tab";
+            }
+            rel2 {
+               relative: 1.0 1.0;
+               offset: -6 -1;
+               to: "tab";
+            }
+            image {
+               normal: "tab_shadow.png";
+            }
+            fill {
+               smooth: 0;
+            }
+         }
+         description {
+            state: "inactive" 0.0;
+            inherit: "default" 0.0;
+            color: 255 255 255 255;
+         }
+      }
    }
    programs {
       program {
@@ -129,6 +158,7 @@
          action: STATE_SET "default" 0.0;
          transition: LINEAR 0.2;
          target: "label_under";
+         target: "shadow";
       }
       program {
          name: "tab_desactivated";
@@ -137,6 +167,7 @@
          action: STATE_SET "inactive" 0.0;
          transition: LINEAR 0.2;
          target: "label_under";
+         target: "shadow";
       }
       program {
          name: "tab_pressed";
@@ -157,7 +188,7 @@
 group {
    name: "notebook_frame";
    data {
-      item: "inset" "3 10 10 10";
+      item: "inset" "6 6 6 6";
    }
    parts {
       part {
@@ -167,7 +198,7 @@
             state: "default" 0.0;
             rel1 {
                relative: 0 0;
-               offset: 0 0;
+               offset: 0 -5;
             }
             rel2 {
                relative: 1 1;
@@ -175,7 +206,7 @@
             }
             image {
                normal: "notebook_frame.png";
-               border: 3 10 15 10;
+               border: 3 3 8 3;
             }
             fill {
                smooth: 0;




-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to