From 28101d40d091b729f7c192f6469a10c5e7029cba Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Fri, 20 Jul 2012 01:47:03 +0000 Subject: shrink down some location UI button labels git-svn-id: svn://localhost/ardour2/branches/3.0@13055 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/location_ui.cc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gtk2_ardour') 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"); -- cgit v1.2.3