Arrange port insert matrix horizontally.

git-svn-id: svn://localhost/ardour2/branches/3.0@6277 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2009-12-04 12:32:33 +00:00
parent d901932f07
commit 24f0f5ecbc

View file

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