summaryrefslogtreecommitdiff
path: root/gtk2_ardour/midi_time_axis.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2013-03-30 09:19:37 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2013-03-30 09:19:37 -0400
commitc184d1fbe6bde9a85ca50e20cc3ae3fa8622f7e3 (patch)
treef0d33ee817f88ee4c78c0dbe28c73cf0c9ba496f /gtk2_ardour/midi_time_axis.cc
parent757f2237140df499119d720bf4fe08a6f8584ba6 (diff)
add tooltip for channel edit button
Diffstat (limited to 'gtk2_ardour/midi_time_axis.cc')
-rw-r--r--gtk2_ardour/midi_time_axis.cc7
1 files changed, 5 insertions, 2 deletions
diff --git a/gtk2_ardour/midi_time_axis.cc b/gtk2_ardour/midi_time_axis.cc
index 3b8e4932fb..09f7b1b113 100644
--- a/gtk2_ardour/midi_time_axis.cc
+++ b/gtk2_ardour/midi_time_axis.cc
@@ -269,8 +269,11 @@ MidiTimeAxisView::set_route (boost::shared_ptr<Route> rt)
_channel_status_box.set_spacing (6);
_channel_selector_button.set_label (_("Chns"));
-
- /* fixed sized labels to prevent silly nonsense */
+ ARDOUR_UI::instance()->set_tip (_channel_selector_button, _("Click to edit channel settings"));
+
+ /* fixed sized labels to prevent silly nonsense (though obviously,
+ * they cause their own too)
+ */
_playback_channel_status.set_size_request (65, -1);
_capture_channel_status.set_size_request (60, -1);