Branch: refs/heads/master Author: Jiří Techet techet@gmail.com Committer: GitHub noreply@github.com Date: Wed, 18 Oct 2023 13:12:13 UTC Commit: c67415404732fc34d09dd08e31f3ed6b73375af3 https://github.com/geany/geany/commit/c67415404732fc34d09dd08e31f3ed6b73375a...
Log Message: ----------- Merge pull request #3612 from techee/tab_label_length
Change default tab_label_length from 99999 to 1000
Modified Paths: -------------- src/ui_utils.c
Modified: src/ui_utils.c 2 lines changed, 1 insertions(+), 1 deletions(-) =================================================================== @@ -2394,7 +2394,7 @@ void ui_init_prefs(void) stash_group_add_boolean(group, &interface_prefs.warn_on_project_close, "warn_on_project_close", TRUE); stash_group_add_spin_button_integer(group, &interface_prefs.tab_label_len, - "tab_label_length", 99999, "spin_tab_label_len"); + "tab_label_length", 1000, "spin_tab_label_len"); }
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).