change packing of GainMeter so that the fader+meter will expand to fill available space

This commit is contained in:
Paul Davis 2016-02-28 11:06:38 -05:00
parent 99d251de7d
commit 51c833dff5
1 changed files with 1 additions and 1 deletions

View File

@ -983,7 +983,7 @@ GainMeter::GainMeter (Session* s, int fader_length)
set_spacing (PX_SCALE(2, 2));
pack_start (gain_display_box, Gtk::PACK_SHRINK);
pack_start (hbox, Gtk::PACK_SHRINK);
pack_start (hbox, true, true);
meter_alignment.set (0.5, 0.5, 0.0, 1.0);
meter_alignment.add (*level_meter);