# HG changeset patch # User Etan Reisner # Date 1132029921 0 # Node ID 8df87db79bad7b0cb17608f91239571fd6b601ee # Parent 8c6ea55c84a42d5ac76994ace4ecdd774937ca5d [gaim-migrate @ 14399] I think this is better, don't you? committer: Tailor Script diff -r 8c6ea55c84a4 -r 8df87db79bad src/gtkstatusbox.c --- a/src/gtkstatusbox.c Tue Nov 15 04:37:23 2005 +0000 +++ b/src/gtkstatusbox.c Tue Nov 15 04:45:21 2005 +0000 @@ -607,13 +607,16 @@ box_alc.height = MAX(1, ((allocation->height) - (req.height) - (12))); box_alc.y = box_alc.y + req.height + 9; - box_alc.width -= 6; box_alc.x += 3; + box_alc.width -= 6; + box_alc.x += 3; gtk_widget_size_allocate((GTK_GAIM_STATUS_BOX(widget))->vbox, &box_alc); parent_alc.height = MAX(1,req.height); - parent_alc.width -= 6; parent_alc.x += 3; parent_alc.y += 3; + parent_alc.width -= 6; + parent_alc.x += 3; + parent_alc.y += 3; combo_box_size_allocate(widget, &parent_alc); widget->allocation = *allocation;