From e7272a72ef2a9a1bb48ae311283d7a14b54dc865 Mon Sep 17 00:00:00 2001 From: Claudio Saavedra Date: Mon, 29 Apr 2013 18:57:29 +0300 Subject: ephy-embed: do not expand the top_widgets_vbox Otherwise they end up using half the screen. --- embed/ephy-embed.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'embed') diff --git a/embed/ephy-embed.c b/embed/ephy-embed.c index cc8503032..01e10b5b2 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); } /** -- cgit v1.2.3