[evince] Make the toolbar editor fill its window



commit 018fd207e39c8eea5abdd17973914e6f3936ffdd
Author: Matthias Clasen <mclasen redhat com>
Date:   Wed Feb 9 18:56:55 2011 -0500

    Make the toolbar editor fill its window
    
    https://bugzilla.gnome.org/show_bug.cgi?id=641579

 shell/ev-window.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/shell/ev-window.c b/shell/ev-window.c
index 4d2283b..906adb0 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);
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]