I hope they work, never made diffs before :)
If I set offset, the progressbar in ewl_test grows much faster (with
bigger steps), so I left it alone.

On Sun, 25 Jun 2006 11:17:19 -0500
"Nathan Ingersoll" <[EMAIL PROTECTED]> wrote:

> Hi Andrew,
> Mime-Version: 1.0
> Content-Type: text/plain; charset=us-ascii
> Content-Transfer-Encoding: binary
> Content-Disposition: inline
> 
> Hi Andrew,
> 
> Thanks for the theme work. Could you generate a patch with either "cvs
> diff -u" or "diff -u" and send the output to the list? That way we can
> roll your changes back into CVS.
> 
> To offset the internal border, you probably need to add a data line to
> the edje with
>     item: "inset/left" "8";
> 
> Thanks,
> Nathan
> 
> On 6/24/06, Andrew Sevcsik <[EMAIL PROTECTED]> wrote:
> > Hi list.
> >
> > I made two modifications to the ewl theme:
> >         - I added borders to the disabled buttons
> >         - I added borders to progressbar_bar, and changed
> > progressbar image to entry.png instead of e17_titlebar_outline.png
> >
> > I attached the modified edj to this mail.
> >
> > What should I change in the theme, to make progressbar_bar start
> > from +8 pixels after the background? (run ewl_test with the
> > modified theme to see what I mean)
> >
> > Sevcsik
> >
> >
> > Using Tomcat but need to do more? Need to support web services,
> > security? Get stuff done quickly with pre-integrated technology to
> > make your job easier Download IBM WebSphere Application Server
> > v.1.0.1 based on Apache Geronimo
> > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
> >
> >
> > _______________________________________________
> > enlightenment-users mailing list
> > enlightenment-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/enlightenment-users
> >
> >
> >
> >
> 
> Using Tomcat but need to do more? Need to support web services,
> security? Get stuff done quickly with pre-integrated technology to
> make your job easier Download IBM WebSphere Application Server
> v.1.0.1 based on Apache Geronimo
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
> _______________________________________________ enlightenment-users
> mailing list enlightenment-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-users
--- e17/e17/bits/progressbar-groups.edc	2006-06-27 21:04:21.000000000 +0200
+++ original/e17/e17/bits/progressbar-groups.edc	2006-06-24 15:59:52.000000000 +0200
@@ -23,8 +23,7 @@
                     offset, -1 -1;
                 }
                 image {
-                    //~ normal, "e17_titlebar_outline.png";
-		    normal, "entry.png";
+                    normal, "e17_titlebar_outline.png";
                     border, 8 8 8 8;
                 }
             }
@@ -38,23 +37,25 @@
     min, 1 10;
     parts {
         part {
-	 name:          "button_image";
-	 type:          IMAGE;
-	 mouse_events:  1;
-	 description {
-	    state:    "default" 0.0;
-	    min:      56 16;
-	    image {
-	       normal: "e17_button_sm.png";
-	       border: 8 8 8 8;
-	    }
-	 }
-	 description {
-	    state:    "disabled" 0.0;
-	    inherit:  "default" 0.0;
-	    visible:  0;
-	 }
-      }
+            name, "base";
+            mouse_events, 0;
+
+            description {
+                state, "default" 0.0;
+                rel1 {
+                    relative, 0.0 0.0;
+                    offset, 0 0;
+                }
+                rel2 {
+                    relative, 1.0 1.0;
+                    offset, -1 -1;
+                }
+                image {
+                    normal, "e17_titlebar.png";
+                    border, 2 2 2 2;
+                }
+            }
+        }
     }
 }
 
--- e17/e17/bits/button-groups.edc	2006-06-24 16:02:48.000000000 +0200
+++ original/e17/e17/bits/button-groups.edc	2006-06-27 21:15:49.000000000 +0200
@@ -47,7 +47,6 @@
 	    }
 	    image {
 	       normal: "e17_button_sm_disabled.png";
-	       border: 8 8 8 8;
 	    }
 	 }
 	 description {
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users

Reply via email to