Enlightenment CVS committal

Author  : davemds
Project : e17
Module  : proto

Dir     : e17/proto/edje_editor/data


Modified Files:
        edje_editor.edc 


Log Message:
 * Add min e max to the edc to make the etk combobox draw correctly 

===================================================================
RCS file: /cvs/e/e17/proto/edje_editor/data/edje_editor.edc,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- edje_editor.edc     8 Jan 2007 20:01:52 -0000       1.2
+++ edje_editor.edc     15 Jan 2007 06:15:23 -0000      1.3
@@ -5,7 +5,7 @@
    image, "bg.png" LOSSY 95;
    image, "shadow.png" LOSSY 95;
    /* end of static images*/
-   
+
    image, "image.png" LOSSY 95;
    image, "rect.png" LOSSY 95;
    image, "text.png" LOSSY 95;
@@ -28,97 +28,99 @@
 
 }
 collections {
-   /************************************************************/
-   /*  FocusH                                                 */
-   /************************************************************/
    group{
       name, "IMAGE.PNG";
+      min, 15 16;
+      max, 15 16;
       parts{
-        part{
-           name, "StaticImage";
-           type, IMAGE;
-           mouse_events, 0;
-           description{
-              rel1 {relative, 0.0 0.0; offset, 0 0;}
-              rel2 {relative, 0.0 0.0; offset, 15 16;}
-              image {
-                 normal, "image.png";
-              }
-           }
-
-        }
+         part{
+            name, "StaticImage";
+            type, IMAGE;
+            mouse_events, 0;
+            description{
+               rel1 {relative, 0.0 0.0; offset, 0 0;}
+               rel2 {relative, 0.0 0.0; offset, 15 16;}
+               image {
+                  normal, "image.png";
+               }
+            }
+         }
       }
    }
    group{
       name, "RECT.PNG";
+      min, 19 14;
+      max, 19 14;
       parts{
-        part{
-           name, "StaticImage";
-           type, IMAGE;
-           mouse_events, 0;
-           description{
-              rel1 {relative, 0.0 0.0; offset, 0 0;}
-              rel2 {relative, 0.0 0.0; offset, 19 14;}
-              image {
-                 normal, "rect.png";
-              }
-           }
-
-        }
+         part{
+            name, "StaticImage";
+            type, IMAGE;
+            mouse_events, 0;
+            description{
+               rel1 {relative, 0.0 0.0; offset, 0 0;}
+               rel2 {relative, 0.0 0.0; offset, 19 14;}
+               image {
+                  normal, "rect.png";
+               }
+            }
+         }
       }
    }
    group{
       name, "TEXT.PNG";
+      min, 20 15;
+      max, 20 15;
       parts{
-        part{
-           name, "StaticImage";
-           type, IMAGE;
-           mouse_events, 0;
-           description{
-              rel1 {relative, 0.0 0.0; offset, 0 0;}
-              rel2 {relative, 0.0 0.0; offset, 20 15;}
-              image {
-                 normal, "text.png";
-              }
-           }
-
-        }
+         part{
+            name, "StaticImage";
+            type, IMAGE;
+            mouse_events, 0;
+            description{
+               rel1 {relative, 0.0 0.0; offset, 0 0;}
+               rel2 {relative, 0.0 0.0; offset, 20 15;}
+               image {
+                  normal, "text.png";
+               }
+            }
+         }
       }
    }
    group{
       name, "NONE.PNG";
+      min, 19 14;
+      max, 19 14;
       parts{
-        part{
-           name, "StaticImage";
-           type, IMAGE;
-           mouse_events, 0;
-           description{
-              rel1 {relative, 0.0 0.0; offset, 0 0;}
-              rel2 {relative, 0.0 0.0; offset, 19 14;}
-              image {
-                 normal, "none.png";
-              }
-           }
-
-        }
+         part{
+            name, "StaticImage";
+            type, IMAGE;
+            mouse_events, 0;
+            description{
+               rel1 {relative, 0.0 0.0; offset, 0 0;}
+               rel2 {relative, 0.0 0.0; offset, 19 14;}
+               image {
+                  normal, "none.png";
+               }
+            }
+         }
       }
    }
    group{
       name, "DESC.PNG";
+      min, 15 15;
+      max, 15 15;
       parts{
-        part{
-           name, "StaticImage";
-           type, IMAGE;
-           mouse_events, 0;
-           description{
-              rel1 {relative, 0.0 0.0; offset, 0 0;}
-              rel2 {relative, 0.0 0.0; offset, 15 15;}
-              image {
-                 normal, "desc.png";
-              }
-           }
-
-        }
+         part{
+            name, "StaticImage";
+            type, IMAGE;
+            mouse_events, 0;
+            description{
+               rel1 {relative, 0.0 0.0; offset, 0 0;}
+               rel2 {relative, 0.0 0.0; offset, 15 15;}
+               image {
+                  normal, "desc.png";
+               }
+            }
+         }
       }
    }
    group{



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to