mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-03 20:29:35 +01:00
Add tooltip for mixer-strip color/number label
This commit is contained in:
parent
db3e87a7e4
commit
d62cba8ba5
1 changed files with 1 additions and 0 deletions
|
|
@ -319,6 +319,7 @@ MixerStrip::init ()
|
|||
number_label.set_alignment (.5, .5);
|
||||
number_label.set_fallthrough_to_parent (true);
|
||||
number_label.set_tweaks (ArdourButton::OccasionalText);
|
||||
set_tooltip (&number_label, _("Double-click to edit the route color.\nRight-click to show the route operations context menu."));
|
||||
|
||||
global_vpacker.set_spacing (2);
|
||||
global_vpacker.pack_start (width_hide_box, Gtk::PACK_SHRINK);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue