diff options
author | Joshua Lock <josh@linux.intel.com> | 2012-03-27 13:58:44 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-03-29 21:12:57 +0100 |
commit | 25e9e16a39af554d94ba4a83181fe4d8385d57a5 (patch) | |
tree | cba50c6526ace911947f4f8c3cf1c9be9aea9dc7 /bitbake/lib/bb | |
parent | 366bf755acb7bf6fb5d87d2bd7427df9120afbc2 (diff) | |
download | poky-25e9e16a39af554d94ba4a83181fe4d8385d57a5.tar.gz |
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>
Diffstat (limited to 'bitbake/lib/bb')
-rw-r--r-- | bitbake/lib/bb/ui/crumbs/imageconfigurationpage.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/ui/crumbs/imageconfigurationpage.py b/bitbake/lib/bb/ui/crumbs/imageconfigurationpage.py index f9a432f1e0..84c9c083cb 100644 --- a/bitbake/lib/bb/ui/crumbs/imageconfigurationpage.py +++ b/bitbake/lib/bb/ui/crumbs/imageconfigurationpage.py | |||
@@ -171,7 +171,7 @@ class ImageConfigurationPage (HobPage): | |||
171 | self.gtable.attach(self.machine_title, 0, 40, 0, 4) | 171 | self.gtable.attach(self.machine_title, 0, 40, 0, 4) |
172 | self.gtable.attach(self.machine_title_desc, 0, 40, 4, 6) | 172 | self.gtable.attach(self.machine_title_desc, 0, 40, 4, 6) |
173 | self.gtable.attach(self.machine_combo, 0, 12, 6, 9) | 173 | self.gtable.attach(self.machine_combo, 0, 12, 6, 9) |
174 | self.gtable.attach(self.layer_button, 12, 36, 6, 11) | 174 | self.gtable.attach(self.layer_button, 15, 36, 6, 11) |
175 | self.gtable.attach(self.layer_info_icon, 36, 40, 6, 10) | 175 | self.gtable.attach(self.layer_info_icon, 36, 40, 6, 10) |
176 | if show_progress_bar: | 176 | if show_progress_bar: |
177 | self.gtable.attach(self.progress_box, 0, 40, 13, 17) | 177 | self.gtable.attach(self.progress_box, 0, 40, 13, 17) |