From: Matthias Clasen Date: Wed, 9 Feb 2011 23:56:55 +0000 (-0500) Subject: Make the toolbar editor fill its window X-Git-Tag: EVINCE_2_91_90~17 X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=commitdiff_plain;h=018fd207e39c8eea5abdd17973914e6f3936ffdd;hp=de9dd006a54c1cdd01fc1bb1ae93e3db2aadb333;p=evince.git Make the toolbar editor fill its window https://bugzilla.gnome.org/show_bug.cgi?id=641579 --- 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);