13
0

add tooltip for channel edit button

This commit is contained in:
Paul Davis 2013-03-30 09:19:37 -04:00
parent 757f223714
commit c184d1fbe6

View File

@ -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);