[libgd] stack-switcher: don't set buttons to vexpand



commit 74070d705b698ab06c4f893c9f00b23cd5234689
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Sun Mar 3 16:52:50 2013 -0500

    stack-switcher: don't set buttons to vexpand

 libgd/gd-stack-switcher.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/libgd/gd-stack-switcher.c b/libgd/gd-stack-switcher.c
index d006254..41aa5cf 100644
--- a/libgd/gd-stack-switcher.c
+++ b/libgd/gd-stack-switcher.c
@@ -176,7 +176,6 @@ add_child (GdStackSwitcher *self,
   update_button (self, widget, button);
 
   gtk_toggle_button_set_mode (GTK_TOGGLE_BUTTON (button), FALSE);
-  gtk_widget_set_vexpand (button, TRUE);
 
   group = gtk_container_get_children (GTK_CONTAINER (self));
   if (group != NULL)


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