]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
hob: Buttons width and height are taken for host
authorIoana Grigoropol <ioanax.grigoropol@intel.com>
Wed, 26 Sep 2012 12:13:42 +0000 (15:13 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 27 Sep 2012 15:37:25 +0000 (16:37 +0100)
commit9cdfaa17309d368c3bbae0f1cce0ad875d340e83
treeaf022d1c44d3651274dc53e8e01dc4b3462da723
parent1a81e27365d969e4ad4b4f0aec290aa967a8a35f
hob: Buttons width and height are taken for host

- 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@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
lib/bb/ui/crumbs/builddetailspage.py
lib/bb/ui/crumbs/hig.py
lib/bb/ui/crumbs/imageconfigurationpage.py
lib/bb/ui/crumbs/imagedetailspage.py
lib/bb/ui/crumbs/packageselectionpage.py
lib/bb/ui/crumbs/recipeselectionpage.py