summaryrefslogtreecommitdiff
path: root/gtk2_ardour/port_matrix.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2009-11-18 14:04:59 +0000
committerCarl Hetherington <carl@carlh.net>2009-11-18 14:04:59 +0000
commit51bdbf692593b22fed05878843c6754ec41745cf (patch)
tree5832970dcde389c902efa7febcd2d33f1d3a21ae /gtk2_ardour/port_matrix.h
parent73a0cd56f8bab790e0bbcf09b4f51e20175f4dc8 (diff)
Port port group type labels in-line with the tabs.
git-svn-id: svn://localhost/ardour2/branches/3.0@6118 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/port_matrix.h')
-rw-r--r--gtk2_ardour/port_matrix.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk2_ardour/port_matrix.h b/gtk2_ardour/port_matrix.h
index 93afd0310e..d073740bf5 100644
--- a/gtk2_ardour/port_matrix.h
+++ b/gtk2_ardour/port_matrix.h
@@ -192,6 +192,8 @@ private:
Gtk::Notebook _hnotebook;
Gtk::Label _vlabel;
Gtk::Label _hlabel;
+ Gtk::VBox _vbox;
+ Gtk::HBox _hbox;
Gtk::Menu* _menu;
Arrangement _arrangement;
int _row_index;