diff --git a/gtk2_ardour/marker.cc b/gtk2_ardour/marker.cc index 0ca84642df..94e76ba045 100644 --- a/gtk2_ardour/marker.cc +++ b/gtk2_ardour/marker.cc @@ -579,7 +579,7 @@ ArdourMarker::setup_name_display () _name_item->set_x_position (-name_width); } - _name_item->clamp_width (name_width); + _name_item->clamp_width (_type==Cue ? name_width*2 : name_width); if (_type == Cue) { if (_cue_index != CueRecord::stop_all) {