ajwillia-ms pushed a commit to branch master.

http://git.enlightenment.org/tools/edi.git/commit/?id=9ab111c3cd602a7700ebcc35710c8c4665ee6113

commit 9ab111c3cd602a7700ebcc35710c8c4665ee6113
Author: Andy Williams <[email protected]>
Date:   Mon Feb 2 23:15:07 2015 +0000

    Use FDO icons for the toolbar.
    
    We can switch to the elementary theme set when it's more complete
---
 src/bin/edi_main.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/bin/edi_main.c b/src/bin/edi_main.c
index 80346df..9b88e01 100644
--- a/src/bin/edi_main.c
+++ b/src/bin/edi_main.c
@@ -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);
 

-- 


Reply via email to