diff --git a/activity_browser/app/ui/tabs/LCA_results_tabs.py b/activity_browser/app/ui/tabs/LCA_results_tabs.py index 061cebbc8..8cda14608 100644 --- a/activity_browser/app/ui/tabs/LCA_results_tabs.py +++ b/activity_browser/app/ui/tabs/LCA_results_tabs.py @@ -306,6 +306,8 @@ def update_tab(self): self.update_plot() if self.table: self.update_table() + if self.plot and self.table: + self.space_check() def update_table(self, *args, **kwargs): """Update the table."""