Skip to content

Commit

Permalink
Hide IonQuant plot for debug checkbox
Browse files Browse the repository at this point in the history
  • Loading branch information
chhh committed Jan 30, 2020
1 parent 2669a59 commit 769c6b4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,7 @@ private void initMore() {
pBothQuants.add(feMzTol.label(), new CC().alignX("right"));
pBothQuants.add(feMzTol.comp, new CC().alignX("left"));
pBothQuants.add(fePlot.comp, new CC().alignX("left").wrap());
fePlot.comp.setVisible(false);

pBothQuants.add(feRtTol.label(), new CC().span(2).alignX("right"));
pBothQuants.add(feRtTol.comp, new CC().alignX("left"));
Expand Down

0 comments on commit 769c6b4

Please sign in to comment.