genlist.edc: fixed missing "fixed: 0 1;" notation in genlist COMPRESS_SUB macro.
authorDaniel Juyung Seo <juyung.seo@samsung.com>
Tue, 26 Nov 2013 00:09:42 +0000 (09:09 +0900)
committerDaniel Juyung Seo <juyung.seo@samsung.com>
Tue, 26 Nov 2013 00:09:42 +0000 (09:09 +0900)
"fixed" property should follow its parent part property.
This fixes T497.

legacy/elementary/data/themes/edc/elm/genlist.edc

index 30bd10d..4869f04 100644 (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; \