]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/FeaturesPlugin/sewing_widget.xml
Salome HOME
* added missing tests and documentation
[modules/shaper.git] / src / FeaturesPlugin / sewing_widget.xml
index 231e43b0637432fc5613dda1adcba99257cebf64..62956dfbdf8968a61935e1a98456ddbd2cbec9e7 100644 (file)
@@ -9,11 +9,10 @@
   <groupbox>
     <doublevalue id="tolerance"
                   label="Tolerance"
-                  min="1.0e-8"
-                  max="1"
+                  min="1.0e-7"
+                  step="1.0e-7"
                   default="1.0e-7"
                   tooltip="Tolerance"/>
-    <!-- validator id="GeomValidators_Positive"/ -->
   </groupbox>
   <boolvalue id="allow_non_manifold" label="Allow Non-Manifold" default="false" tooltip="Allow the creation of non-manifold results"/>
   <boolvalue id="always_create_result" label="Always create a result" default="true" tooltip="Always create a result, even if nothing is sewn"/>