mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
add tooltip for channel edit button
This commit is contained in:
parent
757f223714
commit
c184d1fbe6
1 changed files with 5 additions and 2 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue