Mercurial > pidgin.yaz
changeset 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 | b15c2eaeb67f |
children | 1d084d1ee6fa |
files | console/gntdebug.c |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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,