mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-18 11:26:00 +01:00
[Summary] Changed max name size in the meter strips
[Reviewed] GZharun
This commit is contained in:
parent
0f59999c43
commit
8a6be6cb75
1 changed files with 1 additions and 1 deletions
|
|
@ -1311,7 +1311,7 @@ Editor::update_title ()
|
|||
|
||||
namespace {
|
||||
const size_t mixer_bridge_strip_max_name_size = 9;
|
||||
const size_t meter_bridge_strip_max_name_size = 6;
|
||||
const size_t meter_bridge_strip_max_name_size = 7;
|
||||
}
|
||||
void
|
||||
Editor::set_session (Session *t)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue