mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
add UI config parameter for ellipsizing mode for track names in headers
This commit is contained in:
parent
d0681f8013
commit
03076d351b
1 changed files with 1 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue