Closedown

This commit is contained in:
x03daop
2016-09-20 11:20:37 +02:00
parent 37a679964d
commit 303c0ea884
2 changed files with 10 additions and 5 deletions

View File

@@ -189,7 +189,7 @@
</Component>
<Component class="ch.psi.pshell.swing.ValueSelection" name="valueTime">
<Properties>
<Property name="decimals" type="int" value="2"/>
<Property name="decimals" type="int" value="3"/>
<Property name="maxValue" type="double" value="1000.0"/>
<Property name="minValue" type="double" value="0.0"/>
<Property name="showButtons" type="boolean" value="false"/>
@@ -215,7 +215,7 @@
</Component>
<Component class="ch.psi.pshell.swing.ValueSelection" name="valueSize">
<Properties>
<Property name="decimals" type="int" value="2"/>
<Property name="decimals" type="int" value="3"/>
<Property name="maxValue" type="double" value="1000.0"/>
<Property name="minValue" type="double" value="0.0"/>
<Property name="showButtons" type="boolean" value="false"/>