[gtk+/gtk-3-14] GtkStackSwitcher: Make the buttons fill vertically
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/gtk-3-14] GtkStackSwitcher: Make the buttons fill vertically
- Date: Thu, 11 Dec 2014 14:30:16 +0000 (UTC)
commit e65112aaefa2de2fdd2f503e0381bc82b5c72b7e
Author: Yosef Or Boczko <yoseforb src gnome org>
Date: Mon Nov 24 19:09:02 2014 +0200
GtkStackSwitcher: Make the buttons fill vertically
It fix some cases with different height for the buttons,
like with Hebrew character.
https://bugzilla.gnome.org/show_bug.cgi?id=740642
gtk/gtkstackswitcher.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/gtk/gtkstackswitcher.c b/gtk/gtkstackswitcher.c
index 42e683f..a04dd67 100644
--- a/gtk/gtkstackswitcher.c
+++ b/gtk/gtkstackswitcher.c
@@ -101,8 +101,6 @@ rebuild_child (GtkWidget *self,
GtkStyleContext *context;
GtkWidget *button_child;
- gtk_widget_set_valign (GTK_WIDGET (self), GTK_ALIGN_CENTER);
-
button_child = gtk_bin_get_child (GTK_BIN (self));
if (button_child != NULL)
gtk_widget_destroy (button_child);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]