From b92e3e6695b3645b1cb80157808ef7bd7a829cf5 Mon Sep 17 00:00:00 2001 From: Ben Loftis Date: Sun, 27 Aug 2023 08:37:51 -0500 Subject: [PATCH] move Range Properties to bottom of sidebar, to avoid juggling the Section items around --- gtk2_ardour/editor.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk2_ardour/editor.cc b/gtk2_ardour/editor.cc index 3c67284a28..6fa22b200a 100644 --- a/gtk2_ardour/editor.cc +++ b/gtk2_ardour/editor.cc @@ -757,8 +757,8 @@ Editor::Editor () editor_summary_pane.add (_summary_hbox); edit_pane.set_check_divider_position (true); edit_pane.add (editor_summary_pane); - _editor_list_vbox.pack_start (*_properties_box, false, false, 0); _editor_list_vbox.pack_start (_the_notebook); + _editor_list_vbox.pack_start (*_properties_box, false, false, 0); edit_pane.add (_editor_list_vbox); edit_pane.set_child_minsize (_editor_list_vbox, 30); /* rough guess at width of notebook tabs */