Fixing weird behavior at scrolled entries.

SVN revision: 50842
This commit is contained in:
Gustavo Lima Chaves 2010-08-05 18:40:33 +00:00
parent 530a645192
commit dace4427be
1 changed files with 2 additions and 1 deletions

View File

@ -5724,7 +5724,8 @@ collections {
source5: "elm/entry/anchor/default"; // anchor under
// source6: "X"; // anchor over
description { state: "default" 0.0;
fixed: 1 0;
/* we gotta use 0 0 here, because of scrolled entries */
fixed: 0 0;
text {
style: "entry_textblock_style";
min: 0 1;