Mercurial > pidgin
changeset 12103:f746fb528dc9
[gaim-migrate @ 14400]
I left off part of patch #1354499 that I should have included
This keeps the bottom of the statusbox from getting cut off when
using a status without a message
committer: Tailor Script <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Tue, 15 Nov 2005 04:53:01 +0000 |
parents | 8df87db79bad |
children | 3db14853d9ae |
files | src/gtkstatusbox.c |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/gtkstatusbox.c Tue Nov 15 04:45:21 2005 +0000 +++ b/src/gtkstatusbox.c Tue Nov 15 04:53:01 2005 +0000 @@ -584,6 +584,7 @@ { GtkRequisition box_req; combo_box_size_request(widget, requisition); + requisition->height += 6; gtk_widget_size_request(GTK_GAIM_STATUS_BOX(widget)->vbox, &box_req); if (box_req.height > 1)