ephysics: remove sanbox title and align reset button

suggested by marina



SVN revision: 78083
This commit is contained in:
Bruno Dilly 2012-10-16 23:12:18 +00:00
parent f06f14c426
commit 3f8e18202b
1 changed files with 1 additions and 2 deletions

View File

@ -1364,11 +1364,10 @@ _menu_create(Sandie_Data *sandie)
elm_object_text_set(btn, "Restart");
elm_box_pack_end(mainbx, btn);
evas_object_size_hint_min_set(btn, 100, 30);
evas_object_size_hint_align_set(btn, 1, 0.5);
evas_object_show(btn);
evas_object_smart_callback_add(btn, "clicked", _restart, sandie);
_sandie_label_add(sandie->win, mainbx, "EPhysics Sandbox");
sandie->tb = elm_toolbar_add(sandie->win);
evas_object_size_hint_weight_set(sandie->tb, EVAS_HINT_EXPAND, 0);
evas_object_size_hint_fill_set(sandie->tb, EVAS_HINT_FILL, EVAS_HINT_FILL);