Fixed: #181: Removed ref spec from waterfall

This commit is contained in:
Jordan Sherer 2019-05-27 09:21:08 -04:00
parent f5afb50041
commit 6439395833

View File

@ -209,6 +209,9 @@
</item> </item>
<item> <item>
<widget class="QCheckBox" name="cbRef"> <widget class="QCheckBox" name="cbRef">
<property name="visible">
<bool>false</bool>
</property>
<property name="toolTip"> <property name="toolTip">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Compute and save a reference spectrum. (Not yet fully implemented.)&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string> <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Compute and save a reference spectrum. (Not yet fully implemented.)&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property> </property>