summaryrefslogtreecommitdiff
path: root/src/totem-grilo.c
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2015-01-20 11:45:48 +0100
committerBastien Nocera <hadess@hadess.net>2015-01-20 11:45:48 +0100
commit5724ec6722afac0bdb7e1133090dd66a6a9902de (patch)
treeb8784c8f3392c933a0ecc4ea89866ef5fee3182f /src/totem-grilo.c
parent542079d35d59b57c4753793fcfb7a04c351a979c (diff)
downloadtotem-5724ec6722afac0bdb7e1133090dd66a6a9902de.tar.gz
grilo: Make view switcher homogeneous
https://bugzilla.gnome.org/show_bug.cgi?id=743190
Diffstat (limited to 'src/totem-grilo.c')
-rw-r--r--src/totem-grilo.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/totem-grilo.c b/src/totem-grilo.c
index 7408a9bbc..67d4fd830 100644
--- a/src/totem-grilo.c
+++ b/src/totem-grilo.c
@@ -1849,6 +1849,7 @@ setup_source_switcher (TotemGrilo *self)
GtkStyleContext *context;
self->priv->switcher = gtk_box_new (GTK_ORIENTATION_HORIZONTAL, 0);
+ gtk_box_set_homogeneous (GTK_BOX (self->priv->switcher), TRUE);
self->priv->recent = create_switcher_button (self, _("Videos"), "recent");
gtk_container_add (GTK_CONTAINER (self->priv->switcher), self->priv->recent);