clean up default check/radio sizing.
authorCarsten Haitzler <raster@rasterman.com>
Wed, 18 Jul 2012 08:23:15 +0000 (08:23 +0000)
committerCarsten Haitzler <raster@rasterman.com>
Wed, 18 Jul 2012 08:23:15 +0000 (08:23 +0000)
SVN revision: 74048

data/themes/widgets/check.edc
data/themes/widgets/radio.edc

index ba63cec..2a4dc56 100644 (file)
@@ -58,6 +58,7 @@ group { name: "elm/check/base/default";
       }
       part { name: "elm.swallow.content";
          type: SWALLOW;
+         scale: 1;
          description { state: "default" 0.0;
             fixed: 1 0;
             visible: 0;
@@ -74,14 +75,15 @@ group { name: "elm/check/base/default";
             fixed: 1 0;
             visible: 1;
             aspect: 1.0 1.0;
+            min: 16 16;
          }
          description { state: "disabled" 0.0;
             inherit: "default" 0.0;
-            color: 128 128 128 128;
+            color: 255 255 255 128;
          }
          description { state: "disabled_visible" 0.0;
             inherit: "default" 0.0;
-            color: 128 128 128 128;
+            color: 255 255 255 128;
             fixed: 1 0;
             visible: 1;
             aspect: 1.0 1.0;
index 59f93fd..65ff230 100644 (file)
@@ -36,31 +36,31 @@ group { name: "elm/radio/base/default";
       }
       part { name: "elm.swallow.content";
          type: SWALLOW;
+         scale: 1;
          description { state: "default" 0.0;
             fixed: 1 0;
             visible: 0;
             align: 0.0 0.5;
-            color: 0 0 0 0;
             rel1.to_x: "bg";
             rel1.relative: 1.0 0.0;
             rel1.offset: 1 1;
             rel2.to_x: "bg";
             rel2.relative: 1.0 1.0;
-            rel2.offset: 2 -2;
+            rel2.offset: 1 -2;
          }
          description { state: "visible" 0.0;
             inherit: "default" 0.0;
             visible: 1;
-            color: 255 255 255 255;
             aspect: 1.0 1.0;
+            min: 16 16;
          }
          description { state: "disabled" 0.0;
             inherit: "default" 0.0;
-            color: 128 128 128 128;
+            color: 255 255 255 128;
          }
          description { state: "disabled_visible" 0.0;
             inherit: "default" 0.0;
-            color: 128 128 128 128;
+            color: 255 255 255 128;
             visible: 1;
             aspect: 1.0 1.0;
          }