mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-26 23:18:20 +01:00
change location marker ruler text for get_trx() == true case
This commit is contained in:
parent
302fd7efeb
commit
6544df039b
1 changed files with 3 additions and 0 deletions
|
|
@ -430,6 +430,9 @@ Editor::Editor ()
|
|||
meter_label.hide();
|
||||
meter_label.set_no_show_all();
|
||||
|
||||
if (Profile->get_trx()) {
|
||||
mark_label.set_text (_("Markers"));
|
||||
}
|
||||
mark_label.set_name ("EditorRulerLabel");
|
||||
mark_label.set_size_request (-1, (int)timebar_height);
|
||||
mark_label.set_alignment (1.0, 0.5);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue