re-pack the gradient above the editor toolbar

This commit is contained in:
Ben Loftis 2024-10-29 13:17:18 -05:00 committed by Robin Gareus
parent bd01ece2e3
commit 436394c957
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04

View File

@ -687,14 +687,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_transport_ebox.add (*_transport_bar);
_content_list_ebox.add (_editor_list_vbox);
_content_toolbar_ebox.add (ebox_hpacker);
_content_innermost_ebox.add (global_vpacker);
_content_toolbar_ebox.add (global_vpacker);
_content_innermost_ebox.add (editor_summary_pane);
/* need to show the "contents" widget so that notebook will show if tab is switched to
*/