[gaim-migrate @ 17467]

Thu, 12 Oct 2006 03:30:25 +0000

author
Richard Nelson <wabz@pidgin.im>
date
Thu, 12 Oct 2006 03:30:25 +0000
changeset 14775
f98cb867cc0e
parent 14774
317db0f851e0
child 14776
f34432aa0233

[gaim-migrate @ 17467]
Yet another patch from Richard Nelson (wabz). This makes the checkboxes in the
debug window vertically centered.

committer: Sadrul Habib Chowdhury <sadrul@pidgin.im>

console/gntdebug.c file | annotate | diff | comparison | revisions
--- a/console/gntdebug.c	Thu Oct 12 03:26:33 2006 +0000
+++ b/console/gntdebug.c	Thu Oct 12 03:30:25 2006 +0000
@@ -211,6 +211,7 @@
 
 		box = gnt_hbox_new(FALSE);
 		gnt_box_set_alignment(GNT_BOX(box), GNT_ALIGN_MID);
+		gnt_box_set_fill(GNT_BOX(box), FALSE);
 
 		/* XXX: Setting the GROW_Y for the following widgets don't make sense. But right now
 		 * it's necessary to make the width of the debug window resizable ... like I said,

mercurial