From 6e6119c1ebb7741488de7bb6826af619e99e6a5c Mon Sep 17 00:00:00 2001 From: Ben Loftis Date: Tue, 29 Oct 2024 13:17:18 -0500 Subject: [PATCH] re-pack the gradient above the editor toolbar --- gtk2_ardour/editor.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gtk2_ardour/editor.cc b/gtk2_ardour/editor.cc index ed7e840fc9..7ee59bc6c1 100644 --- a/gtk2_ardour/editor.cc +++ b/gtk2_ardour/editor.cc @@ -683,14 +683,14 @@ Editor::Editor () toolbar_shadow->show(); global_vpacker.pack_start (*toolbar_shadow, false, false); - global_vpacker.pack_start (editor_summary_pane, true, true); + global_vpacker.pack_start (ebox_hpacker, true, true); /* pack all the main pieces into appropriate containers from _tabbable */ content_app_bar.add (_application_bar); content_att_right.add (_editor_list_vbox); - content_toolbar.add (ebox_hpacker); - content_innermost_hbox.add (global_vpacker); + content_toolbar.add (global_vpacker); + content_innermost_hbox.add (editor_summary_pane); /* need to show the "contents" widget so that notebook will show if tab is switched to */