diff --git a/uk/ac/sanger/artemis/components/MultiComparator.java b/uk/ac/sanger/artemis/components/MultiComparator.java index 3e6bc97e17a074637cdb63b76711753da43baf1a..06a393fb88061a2b83333f2d734681cb74525b34 100644 --- a/uk/ac/sanger/artemis/components/MultiComparator.java +++ b/uk/ac/sanger/artemis/components/MultiComparator.java @@ -273,7 +273,7 @@ public class MultiComparator extends JFrame getEntryGroupArray().length == 2)) { // put graph above the sequence in this case - c.weighty = 1; + c.weighty = 0; getContentPane().add(base_plot_group_array[i], c); c.weighty = 1; bamPanel[i].setVisible(false); @@ -289,7 +289,7 @@ public class MultiComparator extends JFrame getEntryGroupArray().length == 2) { // put graph below the sequence in this case - c.weighty = 1; + c.weighty = 0; getContentPane().add(base_plot_group_array[i], c); c.weighty = 1; bamPanel[i].setVisible(false);