comparison console/gntdebug.c @ 14713:07f572e08773

[gaim-migrate @ 17467] Yet another patch from Richard Nelson (wabz). This makes the checkboxes in the debug window vertically centered. committer: Tailor Script <tailor@pidgin.im>
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Thu, 12 Oct 2006 03:30:25 +0000
parents 3b5c732458ec
children 8d1a1a6c57d9
comparison
equal deleted inserted replaced
14712:b15c2eaeb67f 14713:07f572e08773
209 209
210 gnt_box_add_widget(GNT_BOX(debug.window), gnt_line_new(FALSE)); 210 gnt_box_add_widget(GNT_BOX(debug.window), gnt_line_new(FALSE));
211 211
212 box = gnt_hbox_new(FALSE); 212 box = gnt_hbox_new(FALSE);
213 gnt_box_set_alignment(GNT_BOX(box), GNT_ALIGN_MID); 213 gnt_box_set_alignment(GNT_BOX(box), GNT_ALIGN_MID);
214 gnt_box_set_fill(GNT_BOX(box), FALSE);
214 215
215 /* XXX: Setting the GROW_Y for the following widgets don't make sense. But right now 216 /* XXX: Setting the GROW_Y for the following widgets don't make sense. But right now
216 * it's necessary to make the width of the debug window resizable ... like I said, 217 * it's necessary to make the width of the debug window resizable ... like I said,
217 * it doesn't make sense. The bug is likely in the packing in gntbox.c. 218 * it doesn't make sense. The bug is likely in the packing in gntbox.c.
218 */ 219 */