Revert "an arrow_up looks better to hide the tabbar"

This reverts commit a4d64fa6f0.
This commit is contained in:
Carsten Haitzler 2014-12-03 08:42:38 +09:00
parent 480ab8d8d4
commit 56c5db34e1
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_up");
elm_icon_standard_set(ic, "menu/arrow_down");
tabs->btn_hide = o = elm_button_add(wn->win);
elm_object_part_content_set(o, "icon", ic);
elm_box_pack_end(tabs->box, o);