lib/bb/ui/crumbs/imageconfigurationpage: add extra space between widgets

Add space between the target machine combo and the 'Layers' button.

(Bitbake rev: bdd50d92e90f96bf7ff433bb539cdde4b0d21cdb)

Signed-off-by: Joshua Lock <josh@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Joshua Lock 2012-03-27 13:58:44 -07:00 committed by Richard Purdie
parent 366bf755ac
commit 25e9e16a39
1 changed files with 1 additions and 1 deletions

View File

@ -171,7 +171,7 @@ class ImageConfigurationPage (HobPage):
self.gtable.attach(self.machine_title, 0, 40, 0, 4)
self.gtable.attach(self.machine_title_desc, 0, 40, 4, 6)
self.gtable.attach(self.machine_combo, 0, 12, 6, 9)
self.gtable.attach(self.layer_button, 12, 36, 6, 11)
self.gtable.attach(self.layer_button, 15, 36, 6, 11)
self.gtable.attach(self.layer_info_icon, 36, 40, 6, 10)
if show_progress_bar:
self.gtable.attach(self.progress_box, 0, 40, 13, 17)