use pane position mgmt on appropriate panes
This commit is contained in:
parent
9142d1edf5
commit
9f5d0930fc
@ -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);
|
||||
|
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user