remove commented line
This commit is contained in:
parent
3888b244a6
commit
b5387804a4
@ -283,7 +283,6 @@ MixerStrip::init ()
|
||||
width_button.signal_button_press_event().connect (sigc::mem_fun(*this, &MixerStrip::width_button_pressed), false);
|
||||
hide_button.signal_clicked.connect (sigc::mem_fun(*this, &MixerStrip::hide_clicked));
|
||||
|
||||
// width_hide_box.set_border_width (1);
|
||||
width_hide_box.set_spacing (2);
|
||||
width_hide_box.pack_start (width_button, false, true);
|
||||
width_hide_box.pack_start (number_label, true, true);
|
||||
|
Loading…
Reference in New Issue
Block a user