add separator line to meterbridge

This commit is contained in:
Robin Gareus 2013-07-24 15:47:53 +02:00
parent d8372bdf9b
commit 6f72c85344
4 changed files with 62 additions and 21 deletions

View file

@ -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;