use FocusEntry for the peak_display, so it matches the size of gain_display

This commit is contained in:
Ben Loftis 2014-07-30 12:30:15 -05:00
parent f91846d5f8
commit 394ea9cb86
2 changed files with 6 additions and 5 deletions

View file

@ -114,7 +114,8 @@ class GainMeterBase : virtual public sigc::trackable, ARDOUR::SessionHandlePtr
Gtkmm2ext::SliderController *gain_slider;
Gtk::Adjustment gain_adjustment;
Gtkmm2ext::FocusEntry gain_display;
Gtk::Button peak_display;
Gtkmm2ext::FocusEntry peak_display;
// Gtk::Button peak_display;
Gtk::DrawingArea meter_metric_area;
Gtk::DrawingArea meter_ticks1_area;
Gtk::DrawingArea meter_ticks2_area;