Skip to content
Snippets Groups Projects
Commit a7ece295 authored by Theo Linkspfeifer's avatar Theo Linkspfeifer :speech_balloon: Committed by Alexander Schwinn
Browse files

Pathbar buttons are not resized on folder rename (#15024)

parent 09e39975
No related branches found
No related tags found
No related merge requests found
......@@ -444,6 +444,10 @@ thunar_location_button_file_changed (ThunarLocationButton *location_button,
dnd_icon_name = thunar_file_get_icon_name (file, location_button->file_icon_state, icon_theme);
gtk_drag_source_set_icon_name (GTK_WIDGET (location_button), dnd_icon_name);
}
/* recalculate the required size in case the filename changed */
gtk_widget_set_size_request (GTK_WIDGET (location_button->label), -1, -1);
}
......
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