Use FDO icons for the toolbar.

We can switch to the elementary theme set when it's more complete
This commit is contained in:
Andy Williams 2015-02-02 23:15:07 +00:00
parent 3143ed43fc
commit 9ab111c3cd
1 changed files with 1 additions and 0 deletions

View File

@ -652,6 +652,7 @@ edi_toolbar_setup(Evas_Object *win)
elm_toolbar_shrink_mode_set(tb, ELM_TOOLBAR_SHRINK_SCROLL);
elm_toolbar_select_mode_set(tb, ELM_OBJECT_SELECT_MODE_NONE);
elm_toolbar_align_set(tb, 0.0);
elm_toolbar_icon_order_lookup_set(tb, ELM_ICON_LOOKUP_FDO_THEME);
elm_object_focus_allow_set(tb, EINA_FALSE);
evas_object_size_hint_align_set(tb, EVAS_HINT_FILL, 0.0);