summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2008-02-06 03:07:16 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2008-02-06 03:07:16 +0000
commit079c83f6dd390a6e61d2c07e1cfb9f39afd382c1 (patch)
tree6bb25928c08ed6445c7947233b120d47550be2f3
parentf6b7d592f15e9a989b9b1d7018217f27a440c5b6 (diff)
move mixer window arrangement back the way it was
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3017 d708f5d6-7413-0410-9779-e7cbd77b26cf
-rw-r--r--gtk2_ardour/mixer_ui.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk2_ardour/mixer_ui.cc b/gtk2_ardour/mixer_ui.cc
index be9f9f74f4..6f191d6856 100644
--- a/gtk2_ardour/mixer_ui.cc
+++ b/gtk2_ardour/mixer_ui.cc
@@ -194,8 +194,8 @@ Mixer_UI::Mixer_UI ()
global_hpacker.pack_start (scroller, true, true);
global_hpacker.pack_start (out_packer, false, false, 12);
- list_hpane.add1(global_hpacker);
- list_hpane.add2(list_vpacker);
+ list_hpane.add1(list_vpacker);
+ list_hpane.add2(global_hpacker);
rhs_pane1.signal_size_allocate().connect (bind (mem_fun(*this, &Mixer_UI::pane_allocation_handler),
static_cast<Gtk::Paned*> (&rhs_pane1)));