add UI config parameter for ellipsizing mode for track names in headers

This commit is contained in:
Paul Davis 2020-07-01 12:07:44 -06:00
parent d0681f8013
commit 03076d351b
1 changed files with 1 additions and 0 deletions

View File

@ -123,3 +123,4 @@ UI_CONFIG_VARIABLE (bool, show_grids_ruler, "show-grids-ruler", true)
UI_CONFIG_VARIABLE (bool, rulers_follow_grid, "rulers-follow-grid", false)
UI_CONFIG_VARIABLE (bool, grid_follows_internal, "grid-follows-internal", false) //this feature is deprecated, default it FALSE for now; remove it in v6
UI_CONFIG_VARIABLE (bool, show_region_name, "show-region-name", true)
UI_CONFIG_VARIABLE (int, time_axis_name_ellipsize_mode, "time-axis-name-ellipsize-mode", 0)