[bitbake-devel] [PATCH v2] hob: Buttons width and height are taken for host

Richard Purdie richard.purdie at linuxfoundation.org
Thu Sep 27 15:43:39 UTC 2012


On Wed, 2012-09-26 at 15:13 +0300, Ioana Grigoropol wrote:
> - removed all set_size_request calls for buttons in order to:
> 	- force autosizing of buttons with regard to the text length
> 	- use host theme default height for buttons
> - modified buttons on image details page to have the same height (default host one) and the width of the button with the largest text
> - modified Stop button on build details page to have the default height by directly attaching it to the containing table instead of hbox
> 
> Signed-off-by: Ioana Grigoropol <ioanax.grigoropol at intel.com>
> ---
>  bitbake/lib/bb/ui/crumbs/builddetailspage.py       |   10 +-
>  bitbake/lib/bb/ui/crumbs/hig.py                    |    2 +-
>  bitbake/lib/bb/ui/crumbs/imageconfigurationpage.py |   15 +--
>  bitbake/lib/bb/ui/crumbs/imagedetailspage.py       |  101 ++++++++++++++++----
>  bitbake/lib/bb/ui/crumbs/packageselectionpage.py   |    2 +-
>  bitbake/lib/bb/ui/crumbs/recipeselectionpage.py    |    2 +-
>  6 files changed, 101 insertions(+), 31 deletions(-)

Merged to master, thanks.

Richard





More information about the bitbake-devel mailing list