From a4d64fa6f01c49df4ff08f95ea65d56cdd4b02b9 Mon Sep 17 00:00:00 2001 From: Boris Faure Date: Sat, 29 Nov 2014 11:08:47 +0100 Subject: [PATCH] an arrow_up looks better to hide the tabbar --- src/bin/win.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/win.c b/src/bin/win.c index 5b2784fc..f881c771 100644 --- a/src/bin/win.c +++ b/src/bin/win.c @@ -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);