From bdd50d92e90f96bf7ff433bb539cdde4b0d21cdb Mon Sep 17 00:00:00 2001 From: Joshua Lock Date: Tue, 27 Mar 2012 13:58:44 -0700 Subject: [PATCH] lib/bb/ui/crumbs/imageconfigurationpage: add extra space between widgets Add space between the target machine combo and the 'Layers' button. Signed-off-by: Joshua Lock Signed-off-by: Richard Purdie --- lib/bb/ui/crumbs/imageconfigurationpage.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/bb/ui/crumbs/imageconfigurationpage.py b/lib/bb/ui/crumbs/imageconfigurationpage.py index f9a432f1e0e..84c9c083cb1 100644 --- a/lib/bb/ui/crumbs/imageconfigurationpage.py +++ b/lib/bb/ui/crumbs/imageconfigurationpage.py @@ -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) -- 2.47.3