Mercurial > pidgin
diff console/libgnt/test/focus.c @ 13953:8b2306c64efa
[gaim-migrate @ 16501]
Minor adjustments to the packing of child widgets in a box.
committer: Tailor Script <tailor@pidgin.im>
| author | Sadrul Habib Chowdhury <imadil@gmail.com> |
|---|---|
| date | Mon, 17 Jul 2006 04:30:50 +0000 |
| parents | 25be562aaca8 |
| children | a06f7495af6f |
line wrap: on
line diff
--- a/console/libgnt/test/focus.c Mon Jul 17 03:45:24 2006 +0000 +++ b/console/libgnt/test/focus.c Mon Jul 17 04:30:50 2006 +0000 @@ -32,6 +32,7 @@ vbox = gnt_box_new(FALSE, FALSE); hbox = gnt_box_new(FALSE, TRUE); + gnt_box_set_alignment(GNT_BOX(hbox), GNT_ALIGN_MID); gnt_widget_set_name(vbox, "vbox"); gnt_widget_set_name(hbox, "hbox");
