[Summary] Changed max name size in the meter strips

[Reviewed] GZharun
This commit is contained in:
nikolay 2014-08-20 14:09:03 +03:00
parent 0f59999c43
commit 8a6be6cb75

View file

@ -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)