Elm check+radio: Fix alignment of text to be according of text direction.
authortasn <tasn@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 22 Jun 2011 07:05:13 +0000 (07:05 +0000)
committertasn <tasn@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 22 Jun 2011 07:05:13 +0000 (07:05 +0000)
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@60575 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

data/themes/default.edc

index 52ecaa2..7870254 100644 (file)
@@ -22453,7 +22453,7 @@ collections {
                   font: "Sans,Edje-Vera";
                   size: 10;
                   min: 0 1;
-                  align: 0.0 0.5;
+                  align: -1.0 0.5;
                }
             }
             description { state: "visible" 0.0;
@@ -22681,7 +22681,7 @@ collections {
                   font: "Sans,Edje-Vera";
                   size: 10;
                   min: 0 0;
-                  align: 0.0 0.5;
+                  align: -1.0 0.5;
                }
             }
             description { state: "visible" 0.0;