an arrow_up looks better to hide the tabbar

This commit is contained in:
Boris Faure 2014-11-29 11:08:47 +01:00
parent 9d3e2d66c1
commit a4d64fa6f0
1 changed files with 1 additions and 1 deletions

View File

@ -2696,7 +2696,7 @@ _tabs_new(Term_Container *child, Term_Container *parent)
evas_object_smart_callback_add(o, "clicked", _tab_new_cb, tabs);
ic = elm_icon_add(wn->win);
elm_icon_standard_set(ic, "menu/arrow_down");
elm_icon_standard_set(ic, "menu/arrow_up");
tabs->btn_hide = o = elm_button_add(wn->win);
elm_object_part_content_set(o, "icon", ic);
elm_box_pack_end(tabs->box, o);