Salome HOME
Issue #17347: B-Splines in Sketcher
[modules/shaper.git] / src / PrimitivesPlugin / box_widget.xml
index 8f0f205d5f2239d02a79281c7b1800eeffd83679..f968b51548329378954dbe794c2071d46aaa8609 100644 (file)
@@ -1,5 +1,3 @@
-<!-- Copyright (C) 2014-2016 CEA/DEN, EDF R&D -->
-
 <source>
   <toolbox id="CreationMethod">
     <box id="BoxByDimensions" title="By dimensions" icon="icons/Primitives/box_dxyz_32x32.png">
@@ -8,7 +6,6 @@
         label="DX"
         step="1.0"
         default="10.0"
-        min = "0.0"
         icon=""
         tooltip="Dimension in X">
       </doublevalue>
@@ -17,7 +14,6 @@
         label="DY"
         step="1.0"
         default="10.0"
-        min = "0.0"
         icon=""
         tooltip="Dimension in Y">
       </doublevalue>
@@ -26,7 +22,6 @@
         label="DZ"
         step="1.0"
         default="10.0"
-        min = "0.0"
         icon=""
         tooltip="Dimension in Z">
       </doublevalue>