~cschieli/freebox-elementary/release

« back to all changes in this revision

Viewing changes to src/bin/test_thumb.c

  • Committer: lfelipe
  • Date: 2010-07-20 17:42:21 UTC
  • Revision ID: svn-v4:7cbeb6ba-43b4-40fd-8cce-4c39aea84d33:trunk/TMP/st/elementary:50388
After Sachiel's changes about making the edje_object a sub_object of
elm_thumb widget, all the stuff about alignement and crop are not
used anymore.

By: Rafael "15 years experience" Fonseca <rfonseca@profusion.mobi>

Show diffs side-by-side

added added

removed removed

Lines of Context:
47
47
                                              EVAS_HINT_EXPAND);
48
48
             evas_object_size_hint_align_set(th, EVAS_HINT_FILL,
49
49
                                             EVAS_HINT_FILL);
50
 
             elm_thumb_align_set(th, 0.5, 0.5);
51
 
             elm_thumb_keep_aspect_set(th, EINA_TRUE);
52
50
             elm_table_pack(tb, th, i, j, 1, 1);
53
51
             evas_object_show(th);
54
52
          }