From 018fd207e39c8eea5abdd17973914e6f3936ffdd Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Wed, 9 Feb 2011 18:56:55 -0500 Subject: [PATCH 1/1] Make the toolbar editor fill its window https://bugzilla.gnome.org/show_bug.cgi?id=641579 --- shell/ev-window.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/ev-window.c b/shell/ev-window.c index 4d2283b0..906adb07 100644 --- a/shell/ev-window.c +++ b/shell/ev-window.c @@ -4275,7 +4275,7 @@ ev_window_cmd_edit_toolbar (GtkAction *action, EvWindow *ev_window) gtk_container_set_border_width (GTK_CONTAINER (editor), 5); gtk_box_set_spacing (GTK_BOX (EGG_TOOLBAR_EDITOR (editor)), 5); - gtk_container_add (GTK_CONTAINER (content_area), editor); + gtk_box_pack_start (GTK_BOX (content_area), editor, TRUE, TRUE, 0); egg_editable_toolbar_set_edit_mode (toolbar, TRUE); -- 2.43.0