From 659a91a7ac78f46def3b88f5b0833e718e7357ab Mon Sep 17 00:00:00 2001 From: Daniel Juyung Seo Date: Tue, 26 Nov 2013 09:09:42 +0900 Subject: [PATCH] genlist.edc: fixed missing "fixed: 0 1;" notation in genlist COMPRESS_SUB macro. "fixed" property should follow its parent part property. This fixes T497. --- legacy/elementary/data/themes/edc/elm/genlist.edc | 1 + 1 file changed, 1 insertion(+) diff --git a/legacy/elementary/data/themes/edc/elm/genlist.edc b/legacy/elementary/data/themes/edc/elm/genlist.edc index 30bd10d220..4869f04f50 100644 --- a/legacy/elementary/data/themes/edc/elm/genlist.edc +++ b/legacy/elementary/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; \