diff options
Diffstat (limited to 'bitbake/lib/bb/ui/crumbs/hig.py')
-rw-r--r-- | bitbake/lib/bb/ui/crumbs/hig.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/ui/crumbs/hig.py b/bitbake/lib/bb/ui/crumbs/hig.py index 9b96d8de4d..c5bd27a057 100644 --- a/bitbake/lib/bb/ui/crumbs/hig.py +++ b/bitbake/lib/bb/ui/crumbs/hig.py | |||
@@ -1035,6 +1035,7 @@ class ImageSelectionDialog (CrumbsDialog): | |||
1035 | table.attach(open_button, 9, 10, 0, 1) | 1035 | table.attach(open_button, 9, 10, 0, 1) |
1036 | 1036 | ||
1037 | self.image_table = HobViewTable(self.__columns__) | 1037 | self.image_table = HobViewTable(self.__columns__) |
1038 | self.image_table.set_size_request(-1, 300) | ||
1038 | self.image_table.connect("toggled", self.toggled_cb) | 1039 | self.image_table.connect("toggled", self.toggled_cb) |
1039 | self.vbox.pack_start(self.image_table, expand=True, fill=True) | 1040 | self.vbox.pack_start(self.image_table, expand=True, fill=True) |
1040 | 1041 | ||
@@ -1052,7 +1053,6 @@ class ImageSelectionDialog (CrumbsDialog): | |||
1052 | 1053 | ||
1053 | model[path][columnid] = True | 1054 | model[path][columnid] = True |
1054 | 1055 | ||
1055 | |||
1056 | def select_path_cb(self, action, parent, entry): | 1056 | def select_path_cb(self, action, parent, entry): |
1057 | dialog = gtk.FileChooserDialog("", parent, | 1057 | dialog = gtk.FileChooserDialog("", parent, |
1058 | gtk.FILE_CHOOSER_ACTION_SELECT_FOLDER, | 1058 | gtk.FILE_CHOOSER_ACTION_SELECT_FOLDER, |