From 9f5d0930fc8967e2878692c19842d3acc343d93d Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Mon, 13 Jun 2016 09:53:10 -0400 Subject: [PATCH] use pane position mgmt on appropriate panes --- gtk2_ardour/editor.cc | 2 ++ gtk2_ardour/mixer_ui.cc | 2 ++ 2 files changed, 4 insertions(+) diff --git a/gtk2_ardour/editor.cc b/gtk2_ardour/editor.cc index 3e4097d134..605a785735 100644 --- a/gtk2_ardour/editor.cc +++ b/gtk2_ardour/editor.cc @@ -674,6 +674,7 @@ Editor::Editor () _notebook_shrunk = string_is_affirmative (prop->value ()); } + editor_summary_pane.set_check_divider_position (true); editor_summary_pane.add (edit_packer); Button* summary_arrows_left_left = manage (new Button); @@ -718,6 +719,7 @@ Editor::Editor () editor_summary_pane.add (_summary_hbox); } + edit_pane.set_check_divider_position (true); edit_pane.add (editor_summary_pane); if (!ARDOUR::Profile->get_trx()) { edit_pane.add (_the_notebook); diff --git a/gtk2_ardour/mixer_ui.cc b/gtk2_ardour/mixer_ui.cc index 945e928f7b..ffec6f23ac 100644 --- a/gtk2_ardour/mixer_ui.cc +++ b/gtk2_ardour/mixer_ui.cc @@ -240,6 +240,7 @@ Mixer_UI::Mixer_UI () rhs_pane1.add (favorite_plugins_frame); rhs_pane1.add (track_display_frame); + rhs_pane2.add (rhs_pane1); rhs_pane2.add (group_display_frame); @@ -275,6 +276,7 @@ Mixer_UI::Mixer_UI () global_hpacker.pack_start (inner_pane, true, true); global_hpacker.pack_start (out_packer, false, false); + list_hpane.set_check_divider_position (true); list_hpane.add (list_vpacker); list_hpane.add (global_hpacker);