# HG changeset patch # User Richard Nelson # Date 1160623825 0 # Node ID f98cb867cc0ed322f053ef9f349346b4adddc875 # Parent 317db0f851e0254dd2a860d4e73808e5254a3e20 [gaim-migrate @ 17467] Yet another patch from Richard Nelson (wabz). This makes the checkboxes in the debug window vertically centered. committer: Sadrul Habib Chowdhury diff -r 317db0f851e0 -r f98cb867cc0e 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,