use pane position mgmt on appropriate panes
authorPaul Davis <paul@linuxaudiosystems.com>
Mon, 13 Jun 2016 13:53:10 +0000 (09:53 -0400)
committerPaul Davis <paul@linuxaudiosystems.com>
Mon, 13 Jun 2016 13:53:10 +0000 (09:53 -0400)
gtk2_ardour/editor.cc
gtk2_ardour/mixer_ui.cc

index 3e4097d13443fc482040529e2bfe4151b5aef049..605a7857358407d0a2b999b3d873136658190b46 100644 (file)
@@ -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);
index 945e928f7b3f9f24894996dae323fb442ec10707..ffec6f23ac3c90b1aa7e19ac493f60360b95b2ba 100644 (file)
@@ -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);