We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2669a59 commit 769c6b4Copy full SHA for 769c6b4
MSFragger-GUI/src/umich/msfragger/params/ionquant/QuantJPanel.java
@@ -219,6 +219,7 @@ private void initMore() {
219
pBothQuants.add(feMzTol.label(), new CC().alignX("right"));
220
pBothQuants.add(feMzTol.comp, new CC().alignX("left"));
221
pBothQuants.add(fePlot.comp, new CC().alignX("left").wrap());
222
+ fePlot.comp.setVisible(false);
223
224
pBothQuants.add(feRtTol.label(), new CC().span(2).alignX("right"));
225
pBothQuants.add(feRtTol.comp, new CC().alignX("left"));
0 commit comments