genlist.edc: fixed missing "fixed: 0 1;" notation in genlist COMPRESS_SUB macro.

"fixed" property should follow its parent part property.
This fixes T497.
This commit is contained in:
Daniel Juyung Seo 2013-11-26 09:09:42 +09:00
parent 758b1caeb8
commit 659a91a7ac
1 changed files with 1 additions and 0 deletions

View File

@ -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; \