[epiphany] ephy-embed: do not expand the top_widgets_vbox



commit e7272a72ef2a9a1bb48ae311283d7a14b54dc865
Author: Claudio Saavedra <csaavedra igalia com>
Date:   Mon Apr 29 18:57:29 2013 +0300

    ephy-embed: do not expand the top_widgets_vbox
    
    Otherwise they end up using half the screen.

 embed/ephy-embed.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/embed/ephy-embed.c b/embed/ephy-embed.c
index cc85030..01e10b5 100644
--- a/embed/ephy-embed.c
+++ b/embed/ephy-embed.c
@@ -806,7 +806,7 @@ ephy_embed_add_top_widget (EphyEmbed *embed, GtkWidget *widget, gboolean destroy
   }
 
   gtk_box_pack_end (embed->priv->top_widgets_vbox,
-                    GTK_WIDGET (widget), TRUE, TRUE, 0);
+                    GTK_WIDGET (widget), FALSE, FALSE, 0);
 }
 
 /**


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