Skip to content
Snippets Groups Projects
Commit a400caa0 authored by tcarver's avatar tcarver
Browse files

change weighty of alignment view

parent 95940432
No related branches found
No related tags found
No related merge requests found
...@@ -301,7 +301,7 @@ public class MultiComparator extends JFrame ...@@ -301,7 +301,7 @@ public class MultiComparator extends JFrame
if(i < getAlignmentViewerArray().length) if(i < getAlignmentViewerArray().length)
{ {
c.fill = GridBagConstraints.BOTH; c.fill = GridBagConstraints.BOTH;
c.weighty = 1; c.weighty = 0.5;
getContentPane().add(getAlignmentViewerArray()[i], c); getContentPane().add(getAlignmentViewerArray()[i], c);
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment