mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 13:45:43 +01:00
fix punch labels in time info box
git-svn-id: svn://localhost/ardour2/branches/3.0@9686 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
a56555e8b2
commit
f90fed2360
1 changed files with 2 additions and 2 deletions
|
|
@ -108,11 +108,11 @@ TimeInfoBox::TimeInfoBox ()
|
|||
|
||||
attach (punch_title, 2, 4, 0, 1);
|
||||
l = manage (new Label);
|
||||
l->set_markup (string_compose ("<span size=\"x-small\">%1</span>", _("Start")));
|
||||
l->set_markup (string_compose ("<span size=\"x-small\">%1</span>", _("In")));
|
||||
attach (*l, 2, 3, 1, 2);
|
||||
attach (*punch_start, 3, 4, 1, 2);
|
||||
l = manage (new Label);
|
||||
l->set_markup (string_compose ("<span size=\"x-small\">%1</span>", _("End")));
|
||||
l->set_markup (string_compose ("<span size=\"x-small\">%1</span>", _("Out")));
|
||||
attach (*l, 2, 3, 2, 3);
|
||||
attach (*punch_end, 3, 4, 2, 3);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue