seoz pushed a commit to branch master.

http://git.enlightenment.org/core/elementary.git/commit/?id=80ca8a26ec8cddb2a7df57d3cd6c8b68b95bdbc1

commit 80ca8a26ec8cddb2a7df57d3cd6c8b68b95bdbc1
Author: Daniel Juyung Seo <[email protected]>
Date:   Tue Nov 26 09:09:42 2013 +0900

    genlist.edc: fixed missing "fixed: 0 1;" notation in genlist COMPRESS_SUB 
macro.
    
    "fixed" property should follow its parent part property.
    This fixes T497.
---
 data/themes/edc/elm/genlist.edc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/data/themes/edc/elm/genlist.edc b/data/themes/edc/elm/genlist.edc
index 30bd10d..4869f04 100644
--- a/data/themes/edc/elm/genlist.edc
+++ b/data/themes/edc/elm/genlist.edc
@@ -2321,6 +2321,7 @@ 
COMPRESS_ODD("elm/genlist/tree_compress_odd/icon_top_text_bottom/default", "elm/
          } \
          part { name: "label5"; \
             description { state: "default" 0.0; \
+               fixed: 0 1; \
                text.min: 0 1; \
             } \
             description { state: "selected" 0.0; \

-- 


Reply via email to