ui/hob: Force the 'Base image combo' to be drawn correctly
authorJoshua Lock <josh@linux.intel.com>
Tue, 19 Jul 2011 23:06:32 +0000 (16:06 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 26 Jul 2011 19:15:48 +0000 (20:15 +0100)
commitf36f59dfaa213cad58c6dc341018f10d81c7a4cf
tree87ddd0103dd43d99f4dc9a8def716c29caa1a803
parentf9d715c225393b3c412a3434fe73d342eae3af6a
ui/hob: Force the 'Base image combo' to be drawn correctly

As the combo is created before its backing model it's common for the combo to
be drawn at its minimum size and then grow the first time the user activates
it. This slight ugly patch forces the combo to be resized as soon as the
model is associated so that by the time the user interacts with the widget it
is less likely to change size.

(Bitbake rev: 65819447ccc96ae2af8d42cf3a31769ef3d2d26e)

Signed-off-by: Joshua Lock <josh@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
bitbake/lib/bb/ui/hob.py