fix theme where inheritance was used that broke selected compress

mode. :)



SVN revision: 72225
This commit is contained in:
Carsten Haitzler 2012-06-16 10:45:50 +00:00
parent b0631415a7
commit 6d265ac226
1 changed files with 7 additions and 3 deletions

View File

@ -1029,9 +1029,13 @@ group { name: "elm/genlist/item_compress/default/default";
parts {
part { name: "elm.text";
description { state: "default" 0.0;
text {
min: 0 1;
}
text.min: 0 1;
}
description { state: "selected" 0.0;
text.min: 0 1;
}
description { state: "flip_enabled" 0.0;
text.min: 0 1;
}
}
}