mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
add separator line to meterbridge
This commit is contained in:
parent
d8372bdf9b
commit
6f72c85344
4 changed files with 62 additions and 21 deletions
|
|
@ -43,7 +43,7 @@ namespace Gtk {
|
|||
class Style;
|
||||
}
|
||||
|
||||
class MeterStrip : public Gtk::EventBox, public RouteUI
|
||||
class MeterStrip : public Gtk::VBox, public RouteUI
|
||||
{
|
||||
public:
|
||||
MeterStrip (ARDOUR::Session*, boost::shared_ptr<ARDOUR::Route>);
|
||||
|
|
@ -90,8 +90,12 @@ class MeterStrip : public Gtk::EventBox, public RouteUI
|
|||
void set_button_names ();
|
||||
|
||||
private:
|
||||
Gtk::VBox strip;
|
||||
Gtk::VBox mtr_vbox;
|
||||
Gtk::VBox nfo_vbox;
|
||||
Gtk::EventBox mtr_container;
|
||||
Gtk::HSeparator mtr_hsep;
|
||||
Gtk::HBox meterbox;
|
||||
Gtk::HBox spacer;
|
||||
Gtk::HBox namebx;
|
||||
ArdourButton name_label;
|
||||
Gtk::DrawingArea meter_metric_area;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue