summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/ui/crumbs
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/bb/ui/crumbs')
-rw-r--r--bitbake/lib/bb/ui/crumbs/imageconfigurationpage.py2
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)