mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-24 06:07:29 +01:00
NO-OP: set spacing only once
This commit is contained in:
parent
c50547f0a6
commit
872f6869a7
1 changed files with 1 additions and 2 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue