summaryrefslogtreecommitdiff
path: root/gtk2_ardour
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2016-06-13 09:53:10 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2016-06-13 09:53:10 -0400
commit9f5d0930fc8967e2878692c19842d3acc343d93d (patch)
tree16bbbaff33c5caeccb96e9578794e26cdac94851 /gtk2_ardour
parent9142d1edf588136f98edb0ce145a9dd76e898f5b (diff)
use pane position mgmt on appropriate panes
Diffstat (limited to 'gtk2_ardour')
-rw-r--r--gtk2_ardour/editor.cc2
-rw-r--r--gtk2_ardour/mixer_ui.cc2
2 files changed, 4 insertions, 0 deletions
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);