From c0d278a12f35306216fb866338ad68fa3b49210d Mon Sep 17 00:00:00 2001 From: Alexander Schwinn <acs82@gmx.de> Date: Sat, 2 Sep 2017 21:59:28 +0200 Subject: [PATCH] Pathbar/Toolbar not visible when Thunar window too small --- thunar/thunar-window.c | 1 + 1 file changed, 1 insertion(+) diff --git a/thunar/thunar-window.c b/thunar/thunar-window.c index 8db402f46..0cbdb82bd 100644 --- a/thunar/thunar-window.c +++ b/thunar/thunar-window.c @@ -906,6 +906,7 @@ thunar_window_init (ThunarWindow *window) tool_item = gtk_tool_item_new (); gtk_tool_item_set_expand (tool_item, TRUE); gtk_toolbar_insert (GTK_TOOLBAR (window->location_toolbar), tool_item, -1); + gtk_toolbar_set_show_arrow (GTK_TOOLBAR (window->location_toolbar), FALSE); gtk_widget_show (GTK_WIDGET (tool_item)); /* add the location bar itself */ -- GitLab