Compare commits

...

2 Commits

2 changed files with 2 additions and 2 deletions

View File

@ -3484,7 +3484,7 @@ Editor::setup_toolbar ()
nudge_box->pack_start (nudge_forward_button, false, false);
nudge_box->pack_start (*nudge_clock, false, false);
stretch_marker_cb.set_label (_("Stretch Markers"));
stretch_marker_cb.set_label (_("Adjust Markers"));
stretch_marker_cb.set_active (true);
/* Grid - these tools are only visible when in Grid mode */

View File

@ -627,7 +627,7 @@ ArdourMarker::setup_name_display ()
case Section:
_name_flag->set_x0 (0);
_name_flag->set_x1 (_name_item->position().x + name_width + padding);
_name_flag->set_y1 (marker_height); //full height
_name_flag->set_y1 (marker_height+0.5); //full height
break;
default:
_name_flag->set_x0 (0);