@elextr commented on this pull request.
> @@ -434,7 +434,7 @@ void document_update_tab_label(GeanyDocument *doc)
g_return_if_fail(doc != NULL);
- short_name = document_get_basename_for_display(doc, -1);
+ short_name = document_get_basename_for_display(doc,
interface_prefs.tab_label_len);
The window title is usually wider than an individual tab, so using the same
setting is not really the best thing. But at least using the setting would
make it variable.
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/3365#discussion_r1070722681
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/pull/3365/review/[email protected]>