mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
meterbridge track-name -> button
This commit is contained in:
parent
0276b1f69a
commit
71ee4d276f
4 changed files with 22 additions and 25 deletions
|
|
@ -87,7 +87,8 @@ class MeterStrip : public Gtk::VBox, public RouteUI
|
|||
|
||||
private:
|
||||
Gtk::HBox meterbox;
|
||||
Gtk::Label label;
|
||||
Gtk::HBox namebx;
|
||||
ArdourButton name_label;
|
||||
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