discomfitor pushed a commit to branch master.

http://git.enlightenment.org/themes/darkness.git/commit/?id=9a7820225328574e21a17e86255100d267a2dd77

commit 9a7820225328574e21a17e86255100d267a2dd77
Author: discomfitor <[email protected]>
Date:   Thu Dec 26 16:16:02 2013 -0500

    pretty sure -1.0 isn't helping here
---
 elm/macros/genlist.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/elm/macros/genlist.h b/elm/macros/genlist.h
index dc1eea1..aaf415a 100644
--- a/elm/macros/genlist.h
+++ b/elm/macros/genlist.h
@@ -132,8 +132,8 @@
 #define GENLIST_PART_TEXT(REL) \
   GENLIST_PART_TEXT_BASE(REL, \
                   style: "Label"; \
-                  min: 1 1; \
-                  align: -1.0 0.5;, \
+                  min: 0 1; \
+                  align: 0.0 0.5;, \
                color: 224 224 224 255; \
                color3: 0 0 0 64; \
   )

-- 


Reply via email to