# HG changeset patch # User Sadrul Habib Chowdhury # Date 1160623825 0 # Node ID 07f572e087736390c26a579fc62a63e22c22c728 # Parent b15c2eaeb67fe2f2a89fb2b1951e852c4c7b0765 [gaim-migrate @ 17467] Yet another patch from Richard Nelson (wabz). This makes the checkboxes in the debug window vertically centered. committer: Tailor Script diff -r b15c2eaeb67f -r 07f572e08773 console/gntdebug.c --- 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,