summaryrefslogtreecommitdiff
path: root/gtk2_ardour/io_selector.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2009-12-04 12:32:33 +0000
committerCarl Hetherington <carl@carlh.net>2009-12-04 12:32:33 +0000
commit24f0f5ecbc8fe7ce71a40e9f1241bec3f3958ae6 (patch)
treed01c18ece8ef34ef4c9121553009939ca231c507 /gtk2_ardour/io_selector.h
parentd901932f07cfc22a9b166267fc89f9ea25ba2760 (diff)
Arrange port insert matrix horizontally.
git-svn-id: svn://localhost/ardour2/branches/3.0@6277 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/io_selector.h')
-rw-r--r--gtk2_ardour/io_selector.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/io_selector.h b/gtk2_ardour/io_selector.h
index f8822cf1af..41cab7d1b1 100644
--- a/gtk2_ardour/io_selector.h
+++ b/gtk2_ardour/io_selector.h
@@ -89,7 +89,7 @@ class IOSelectorWindow : public Gtk::Window
};
-class PortInsertUI : public Gtk::VBox
+class PortInsertUI : public Gtk::HBox
{
public:
PortInsertUI (Gtk::Window*, ARDOUR::Session&, boost::shared_ptr<ARDOUR::PortInsert>);