fix up toggle to be proeprly size now the button event region is much bigger
authorCarsten Haitzler <raster@rasterman.com>
Tue, 21 Oct 2008 05:40:01 +0000 (05:40 +0000)
committerCarsten Haitzler <raster@rasterman.com>
Tue, 21 Oct 2008 05:40:01 +0000 (05:40 +0000)
for toggle slide.

SVN revision: 36907

data/themes/default.edc
src/lib/Elementary.h

index a919887..45e8dc5 100644 (file)
@@ -582,8 +582,8 @@ collections {
            scale: 1;
            description { state: "default" 0.0;
               rel1.relative: 1.0 0.0;
-              rel1.offset: -16 3;
-              rel2.offset: -16 -4;
+              rel1.offset: -4 3;
+              rel2.offset: -4 -4;
               align: 1.0 0.5;
               min: 96 24;
               max: 96 24;
@@ -630,8 +630,10 @@ collections {
            description { state: "default" 0.0;
               rel1.to: "bg";
               rel1.offset: -8 -8;
+              rel1.relative: -0.1 -0.1;
               rel2.to: "bg";
               rel2.offset: 7 7;
+              rel2.relative: 1.1 1.1;
               color: 0 0 0 0;
            }
         }
@@ -1792,7 +1794,7 @@ collections {
               text {
                  font:     "Sans,Edje-Vera";
                  text:     ":";
-                 size:     20;
+                 size:     10;
                  min:      1 1;
                  align:    0.5 0.5;
               }
@@ -1825,7 +1827,7 @@ collections {
               text {
                  font:     "Sans,Edje-Vera";
                  text:     ":";
-                 size:     20;
+                 size:     10;
                  min:      1 1;
                  align:    0.5 0.5;
               }
@@ -1887,7 +1889,7 @@ collections {
               text {
                  font:     "Sans,Edje-Vera";
                  text:     ":";
-                 size:     20;
+                 size:     10;
                  min:      1 1;
                  align:    0.5 0.5;
               }
@@ -1920,7 +1922,7 @@ collections {
               text {
                  font:     "Sans,Edje-Vera";
                  text:     ":";
-                 size:     20;
+                 size:     10;
                  min:      1 1;
                  align:    0.5 0.5;
               }
@@ -1974,7 +1976,7 @@ collections {
               text {
                  font:     "Sans,Edje-Vera";
                  text:     ":";
-                 size:     20;
+                 size:     10;
                  min:      1 1;
                  align:    0.5 0.5;
               }
@@ -2034,7 +2036,7 @@ collections {
               text {
                  font:     "Sans,Edje-Vera";
                  text:     ":";
-                 size:     20;
+                 size:     10;
                  min:      1 1;
                  align:    0.5 0.5;
               }
index 102fabb..d8cc6d2 100644 (file)
@@ -189,14 +189,14 @@ extern "C" {
    EAPI void         elm_entry_line_wrap_set(Evas_Object *obj, Evas_Bool wrap);
    /* smart callbacks called:
     * "changed" - the text content changed
-    * "selection,start" -
-    * "selection,changed" -
-    * "selection,cleared" -
-    * "selection,paste" -
-    * "selection,copy" -
-    * "selection,cut" -
-    * "cursor,changed" -
-    * "anchor,X,clicked,N" - achor called X was clicked with button N
+    * "selection,start" - the user started selecting text
+    * "selection,changed" - the user modified the selection size/location
+    * "selection,cleared" - the user cleared the selection
+    * "selection,paste" - the user rrequested a paste of text
+    * "selection,copy" - the user copied the text
+    * "selection,cut" - the user cut the text
+    * "cursor,changed" - the cursor changed position
+    * "anchor,X,clicked,N" - achor called 'X' was clicked with button 'N'
     */
        
 // FIXME: fixes to do