From a1d6986240db904d4fae0e77d6079d89658bb229 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 24 Nov 2009 00:45:37 +0000 Subject: [PATCH] Unify terminology for markers within the window. Align loop / punch labels to the left so that they look slightly neater. git-svn-id: svn://localhost/ardour2/branches/3.0@6164 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/location_ui.cc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gtk2_ardour/location_ui.cc b/gtk2_ardour/location_ui.cc index d5448e7f71..911dad86cd 100644 --- a/gtk2_ardour/location_ui.cc +++ b/gtk2_ardour/location_ui.cc @@ -95,6 +95,8 @@ LocationEditRow::LocationEditRow(Session * sess, Location * loc, int32_t num) composer_entry.set_size_request (100, -1); composer_entry.set_editable (true); + name_label.set_alignment (0, 0.5); + cd_track_details_hbox.pack_start (isrc_label, false, false); cd_track_details_hbox.pack_start (isrc_entry, false, false); cd_track_details_hbox.pack_start (scms_check_button, false, false); @@ -586,7 +588,7 @@ LocationEditRow::focus_name() { LocationUI::LocationUI () : session (0) - , add_location_button (_("New Location")) + , add_location_button (_("New Marker")) , add_range_button (_("New Range")) { i_am_the_modifier = 0;