Closedown

This commit is contained in:
x03daop
2016-04-17 10:30:32 +02:00
parent a278bfc0b3
commit 5298fdc028
4 changed files with 18 additions and 16 deletions
+3 -2
View File
@@ -177,6 +177,7 @@
<StringItem index="6" value="200"/>
</StringArray>
</Property>
<Property name="selectedIndex" type="int" value="4"/>
<Property name="toolTipText" type="java.lang.String" value=""/>
</Properties>
</Component>
@@ -198,7 +199,7 @@
<Component class="ch.psi.pshell.swing.ValueSelection" name="valueLow">
<Properties>
<Property name="decimals" type="int" value="2"/>
<Property name="maxValue" type="double" value="1000.0"/>
<Property name="maxValue" type="double" value="2000.0"/>
<Property name="minValue" type="double" value="0.0"/>
<Property name="showButtons" type="boolean" value="false"/>
<Property name="value" type="double" value="0.0"/>
@@ -213,7 +214,7 @@
<Component class="ch.psi.pshell.swing.ValueSelection" name="valueHigh">
<Properties>
<Property name="decimals" type="int" value="2"/>
<Property name="maxValue" type="double" value="1000.0"/>
<Property name="maxValue" type="double" value="2000.0"/>
<Property name="minValue" type="double" value="0.0"/>
<Property name="showButtons" type="boolean" value="false"/>
<Property name="value" type="double" value="100.0"/>