replicate new bug from 68495

SVN revision: 68514
This commit is contained in:
Mike Blumenkrantz 2012-02-28 20:14:56 +00:00
parent d55dbfcd53
commit 33fbd34a85
1 changed files with 1 additions and 1 deletions

View File

@ -85,10 +85,10 @@ test_toolbar(void *data __UNUSED__, Evas_Object *obj __UNUSED__, void *event_inf
evas_object_show(bx);
tb = elm_toolbar_add(win);
elm_toolbar_homogeneous_set(tb, 0);
elm_toolbar_shrink_mode_set(tb, ELM_TOOLBAR_SHRINK_MENU);
evas_object_size_hint_weight_set(tb, 0.0, 0.0);
evas_object_size_hint_align_set(tb, EVAS_HINT_FILL, 0.0);
elm_object_scale_set(tb, 0.9);
ph1 = elm_photo_add(win);
ph2 = elm_photo_add(win);