mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
use FocusEntry for the peak_display, so it matches the size of gain_display
This commit is contained in:
parent
f91846d5f8
commit
394ea9cb86
2 changed files with 6 additions and 5 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue