Due to recent edje changes (fixing of reversed-logic for align when the bounds were smaller than the min size of a part), e17's borders look a bit funny.
Attached is a tiny patch to correct this.
--
brian



--- default.edc 2004-10-24 09:55:01.000000000 -0500
+++ default.edc.new     2004-10-31 00:40:19.254793304 -0500
@@ -109,7 +109,7 @@
            mouse_events:   0;
            description {
               state: "default" 0.0;
-              align: 1.0 1.0;
+              align: 1.0 0.0;
               visible: 0;
               rel1 {
                  relative: 0.0  0.0;
@@ -469,7 +469,7 @@
            mouse_events:   0;
            description {
               state: "default" 0.0;
-              align: 1.0 1.0;
+              align: 1.0 0.0;
               rel1 {
                  relative: 1.0  0.0;
                  offset:   9    7;

Reply via email to