Elementary default.edc: Fixed genlist item styles. TEXT part does not need to have...
authorseoz <seoz@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 1 Jun 2011 16:55:56 +0000 (16:55 +0000)
committerseoz <seoz@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 1 Jun 2011 16:55:56 +0000 (16:55 +0000)
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@59880 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

data/themes/default.edc

index 489a43a..1bb7827 100644 (file)
@@ -15958,15 +15958,10 @@ collections {
                   size: 10;
                   min: 1 1;
 //                  min: 0 1;
-                  align: 0.0 0.5;
+                  align: -1.0 0.5;
                   text_class: "list_item";
                }
             }
-            description {
-               state: "default" 1.0;
-               inherit: "default" 0.0;
-               text.align: -1.0 0.5;
-            }
             description { state: "selected" 0.0;
                inherit: "default" 0.0;
                color: 224 224 224 255;
@@ -16049,7 +16044,6 @@ collections {
             action:  STATE_SET "default" 1.0;
             target:  "base_sh";
             target:  "base";
-            target:  "elm.text";
          }
          program {
             name:    "even";
@@ -16058,7 +16052,6 @@ collections {
             action:  STATE_SET "default" 0.0;
             target:  "base_sh";
             target:  "base";
-            target:  "elm.text";
          }
          program {
             name:    "go_active";
@@ -24969,7 +24962,7 @@ collections {
                   font: "Sans";
                   size: 10;
                   min: 1 1;
-                  align: 0.5 0.5;
+                  align: -1.0 0.5;
                   text_class: "list_item";
                }
             }