diff options
-rw-r--r-- | embed/ephy-embed.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/embed/ephy-embed.c b/embed/ephy-embed.c index f44424973..f74e49bfd 100644 --- a/embed/ephy-embed.c +++ b/embed/ephy-embed.c @@ -573,6 +573,7 @@ ephy_embed_constructed (GObject *object) priv->floating_bar = nautilus_floating_bar_new (NULL, FALSE); gtk_widget_set_halign (priv->floating_bar, GTK_ALIGN_START); gtk_widget_set_valign (priv->floating_bar, GTK_ALIGN_END); + gtk_widget_set_no_show_all (priv->floating_bar, TRUE); gtk_overlay_add_overlay (GTK_OVERLAY (overlay), priv->floating_bar); |