summaryrefslogtreecommitdiff
path: root/gtk2_ardour/location_ui.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2012-07-20 01:47:03 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2012-07-20 01:47:03 +0000
commit28101d40d091b729f7c192f6469a10c5e7029cba (patch)
tree3c7e5577e251fa5942cfcb75c7a006e96ee6c300 /gtk2_ardour/location_ui.cc
parente43d91949be2fedf09eaf61cb5b9e4778a505dc0 (diff)
shrink down some location UI button labels
git-svn-id: svn://localhost/ardour2/branches/3.0@13055 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/location_ui.cc')
-rw-r--r--gtk2_ardour/location_ui.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/gtk2_ardour/location_ui.cc b/gtk2_ardour/location_ui.cc
index 9f027ea8bf..d1b82f8c66 100644
--- a/gtk2_ardour/location_ui.cc
+++ b/gtk2_ardour/location_ui.cc
@@ -60,6 +60,9 @@ LocationEditRow::LocationEditRow(Session * sess, Location * loc, int32_t num)
remove_button.set_image (*manage (new Image (Stock::REMOVE, Gtk::ICON_SIZE_MENU)));
+ start_to_playhead_button.set_name ("LocationEditCdButton");
+ end_to_playhead_button.set_name ("LocationEditCdButton");
+
number_label.set_name ("LocationEditNumberLabel");
name_label.set_name ("LocationEditNameLabel");
name_entry.set_name ("LocationEditNameEntry");