Skip to content

Commit

Permalink
Require MS2 by default for peak detection.
Browse files Browse the repository at this point in the history
  • Loading branch information
PMSeitzer committed Sep 12, 2019
1 parent e5a1780 commit 43cae20
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/maven/forms/peakdetectiondialog.ui
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<item row="3" column="1" alignment="Qt::AlignLeft">
<widget class="QTabWidget" name="tabWidget">
<property name="currentIndex">
<number>1</number>
<number>0</number>
</property>
<widget class="QWidget" name="tab">
<attribute name="title">
Expand Down Expand Up @@ -79,6 +79,9 @@
<property name="text">
<string>Must Have MS2</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
</item>
<item row="0" column="0">
Expand Down

0 comments on commit 43cae20

Please sign in to comment.