Enlightenment CVS committal

Author  : codewarrior
Project : e17
Module  : apps/e

Dir     : e17/apps/e/data/themes


Modified Files:
        default_fileman.edc 


Log Message:
add bg shadow to efm and remove hscrollbar
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/data/themes/default_fileman.edc,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -3 -r1.8 -r1.9
--- default_fileman.edc 12 Oct 2005 22:26:18 -0000      1.8
+++ default_fileman.edc 13 Oct 2005 00:52:02 -0000      1.9
@@ -88,7 +88,8 @@
 
 images
 {
-   image: "e17_fileman_bg.png" COMP;   
+   image: "e17_fileman_bg.png" COMP;
+   image: "e17_fileman_bg_shadow.png" COMP;   
    image: "e17_icon_fileman_folder.png" COMP;
    image: "e17_icon_fileman_folder_clicked.png" COMP;   
    image: "e17_icon_fileman_file.png" COMP;
@@ -117,7 +118,7 @@
    image: "e17_menu_bg_border.png" COMP;
    image: "e17_button2.png" COMP;
    image: "e17_button.png" COMP;
-   image: "e17_logo.png" COMP;
+   image: "e17_logo.png" COMP;   
 }
 
 styles
@@ -199,6 +200,25 @@
          }
       }
       part {
+         name: "background_border";
+         mouse_events: 1;
+         description {
+            state: "default" 0.0;
+            rel1 {
+               relative: 0 0;
+               offset: 0 0;
+            }
+            rel2 {
+               relative: 1.0 1.0;
+               offset: -1 -1;
+            }
+            image {
+              normal: "e17_fileman_bg_shadow.png";
+            }
+           color: 255 255 255 138;
+         }
+      }      
+      part {
          name: "icon_area";
         type: SWALLOW;
          mouse_events: 1;
@@ -215,24 +235,6 @@
          }
       }      
       part {
-        name: "hscrollbar";
-        type: "SWALLOW";
-        mouse_events: 1;
-        description {
-           min: 40 16;
-           state:      "default" 0.0;
-           rel1 {
-              relative: 0.0 1.0;
-              offset:   0 -16;
-           }
-           rel2 {
-              relative: 1.0 1.0;
-              offset:   -16 -1;
-           }
-           color: 0 0 0 255;       
-        }
-      }
-      part {
         name: "vscrollbar";
         type: "SWALLOW";
         mouse_events: 1;
@@ -245,7 +247,7 @@
            }
            rel2 {
               relative: 1.0 1.0;
-              offset:   0 -16;
+              offset:   0 -1;
            }
            color:  0 0 0 255;      
         }




-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to