Fixing weird behavior at scrolled entries.
authorGustavo Lima Chaves <glima@profusion.mobi>
Thu, 5 Aug 2010 18:40:33 +0000 (18:40 +0000)
committerGustavo Lima Chaves <glima@profusion.mobi>
Thu, 5 Aug 2010 18:40:33 +0000 (18:40 +0000)
SVN revision: 50842

data/themes/default.edc

index e3a000b..478eadb 100644 (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;