mark mixer strip width and hide buttons as square
This commit is contained in:
parent
0fe194c90b
commit
3888b244a6
@ -162,9 +162,11 @@ MixerStrip::init ()
|
||||
}
|
||||
|
||||
width_button.set_icon (ArdourIcon::StripWidth);
|
||||
hide_button.set_tweaks (ArdourButton::Square);
|
||||
set_tooltip (width_button, t);
|
||||
|
||||
hide_button.set_icon (ArdourIcon::CloseCross);
|
||||
hide_button.set_tweaks (ArdourButton::Square);
|
||||
set_tooltip (&hide_button, _("Hide this mixer strip"));
|
||||
|
||||
input_button_box.set_spacing(2);
|
||||
|
Loading…
Reference in New Issue
Block a user