discomfitor pushed a commit to branch master. http://git.enlightenment.org/themes/darkness.git/commit/?id=6506f47dadb6157740db03767bc4d6819aba43c5
commit 6506f47dadb6157740db03767bc4d6819aba43c5 Author: discomfitor <[email protected]> Date: Thu Dec 26 16:16:17 2013 -0500 normal Label shouldn't be specifying wrap --- elm/macros/style.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elm/macros/style.h b/elm/macros/style.h index ad9dd67..c2b643d 100644 --- a/elm/macros/style.h +++ b/elm/macros/style.h @@ -1,7 +1,7 @@ #define STYLE(style_class, fn, fb, fi, fbi, fm, size, normal_style, title, subtitle, hilight, description) \ style { \ name: style_class; \ - base: "font="fn" font_size="size" text_class="style_class" align=left wrap=word "normal_style; \ + base: "font="fn" font_size="size" text_class="style_class" align=left "normal_style; \ tag: "br" "\n"; \ tag: "ps" "ps"; \ tag: "tab" "\t"; \ --
