move marker text up by 2 pixels
This commit is contained in:
parent
2c3d570582
commit
283e3ceb04
@ -273,7 +273,7 @@ Marker::Marker (PublicEditor& ed, ArdourCanvas::Group& parent, guint32 rgba, con
|
|||||||
CANVAS_DEBUG_NAME (_name_item, string_compose ("Marker::_name_item for %1", annotation));
|
CANVAS_DEBUG_NAME (_name_item, string_compose ("Marker::_name_item for %1", annotation));
|
||||||
_name_item->set_font_description (name_font);
|
_name_item->set_font_description (name_font);
|
||||||
_name_item->set_color (RGBA_TO_UINT (0,0,0,255));
|
_name_item->set_color (RGBA_TO_UINT (0,0,0,255));
|
||||||
_name_item->set_position (ArdourCanvas::Duple (_label_offset, (13.0 / 2.0) - (name_height / 2.0)));
|
_name_item->set_position (ArdourCanvas::Duple (_label_offset, (13.0 / 2.0) - (name_height / 2.0) - 2.0));
|
||||||
|
|
||||||
set_name (annotation.c_str());
|
set_name (annotation.c_str());
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user