tweak section-marker height so they fill the whole ruler

This commit is contained in:
Ben Loftis 2023-09-15 18:02:10 -05:00
parent e49005d0e4
commit 12f02a685e
1 changed files with 1 additions and 1 deletions

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