NO-OP: set spacing only once

This commit is contained in:
Robin Gareus 2026-01-23 16:03:14 +01:00
parent c50547f0a6
commit 872f6869a7
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04

View file

@ -309,7 +309,7 @@ MixerStrip::init ()
global_vpacker.set_no_show_all ();
global_vpacker.set_border_width (1);
global_vpacker.set_spacing (0);
global_vpacker.set_spacing (2);
width_button.set_name ("mixer strip button");
hide_button.set_name ("mixer strip button");
@ -332,7 +332,6 @@ MixerStrip::init ()
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);
global_vpacker.pack_start (name_button, Gtk::PACK_SHRINK);
global_vpacker.pack_start (input_button_box, Gtk::PACK_SHRINK);