mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-05 05:05:43 +01:00
Tooltips for mixer strip width and hide buttons (#4477).
git-svn-id: svn://localhost/ardour2/branches/3.0@10651 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
ec90b0ceb0
commit
ccc5467bca
1 changed files with 2 additions and 0 deletions
|
|
@ -151,11 +151,13 @@ MixerStrip::init ()
|
|||
img->show ();
|
||||
|
||||
width_button.add (*img);
|
||||
ARDOUR_UI::instance()->set_tip (&width_button, _("Toggle the width of this mixer strip"));
|
||||
|
||||
img = manage (new Gtk::Image (::get_icon("hide")));
|
||||
img->show ();
|
||||
|
||||
hide_button.add (*img);
|
||||
ARDOUR_UI::instance()->set_tip (&hide_button, _("Hide this mixer strip"));
|
||||
|
||||
input_label.set_text (_("Input"));
|
||||
ARDOUR_UI::instance()->set_tip (&input_button, _("Button 1 to choose inputs from a port matrix, button 3 to select inputs from a menu"), "");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue