[totem] grilo: Make view switcher homogeneous



commit 5724ec6722afac0bdb7e1133090dd66a6a9902de
Author: Bastien Nocera <hadess hadess net>
Date:   Tue Jan 20 11:45:48 2015 +0100

    grilo: Make view switcher homogeneous
    
    https://bugzilla.gnome.org/show_bug.cgi?id=743190

 src/totem-grilo.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/totem-grilo.c b/src/totem-grilo.c
index 7408a9b..67d4fd8 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);


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