pidgin/gtkmedia.c

changeset 37994
11829debec7a
parent 37990
710f725725a8
child 37995
d5ab4262ea77
--- a/pidgin/gtkmedia.c	Sat Sep 03 05:07:04 2016 -0400
+++ b/pidgin/gtkmedia.c	Sat Sep 03 05:36:08 2016 -0400
@@ -782,7 +782,8 @@
 	else
 		text_hi_local = "";
 
-	grid = gtk_vbox_new(TRUE, 0);
+	grid = gtk_box_new(GTK_ORIENTATION_VERTICAL, 0);
+	gtk_box_set_homogeneous(GTK_BOX(grid), TRUE);
 
 	button = gtk_button_new();
 	label_hi = gtk_label_new(text_hi_local);

mercurial