re-pack the gradient above the editor toolbar
This commit is contained in:
parent
8f183e26ee
commit
6e6119c1eb
@ -683,14 +683,14 @@ Editor::Editor ()
|
|||||||
toolbar_shadow->show();
|
toolbar_shadow->show();
|
||||||
|
|
||||||
global_vpacker.pack_start (*toolbar_shadow, false, false);
|
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
|
/* pack all the main pieces into appropriate containers from _tabbable
|
||||||
*/
|
*/
|
||||||
content_app_bar.add (_application_bar);
|
content_app_bar.add (_application_bar);
|
||||||
content_att_right.add (_editor_list_vbox);
|
content_att_right.add (_editor_list_vbox);
|
||||||
content_toolbar.add (ebox_hpacker);
|
content_toolbar.add (global_vpacker);
|
||||||
content_innermost_hbox.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
|
/* need to show the "contents" widget so that notebook will show if tab is switched to
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user