Skip to content
Snippets Groups Projects
Commit c0d278a1 authored by Alexander Schwinn's avatar Alexander Schwinn
Browse files

Pathbar/Toolbar not visible when Thunar window too small

parent aafb30d6
No related branches found
No related tags found
No related merge requests found
......@@ -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 */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment