Skip to content

Commit

Permalink
Moved abs/rel buttons in graphs over to left
Browse files Browse the repository at this point in the history
  • Loading branch information
marc-vdm authored Dec 12, 2019
1 parent 6259a90 commit 06813c5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion activity_browser/app/ui/tabs/LCA_results_tabs.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,6 @@ def build_main_space(self) -> QScrollArea:
row.addWidget(self.plot_table.plot)
row.addWidget(self.plot_table.table)
row.addWidget(vertical_line())
row.addStretch(1)
if self.relativity:
row.addWidget(self.relativity.relative)
row.addWidget(self.relativity.absolute)
Expand Down

0 comments on commit 06813c5

Please sign in to comment.