Salome HOME
Merge branch 'HEAD' of newgeom:newgeom.git
[modules/shaper.git] / src / Config / plugin-PartSet.xml
index 2b4e76e228755214b6f769b56c787a19ed0d539b..3cc8a1182fb7bb4b1a4ec471db2a5f7c265e0049 100644 (file)
@@ -9,9 +9,9 @@
   <workbench id="Construction">
     <group id="Basic">
       <feature id="Point" text="Point" tooltip="Create a new point" icon=":icons/point.png">
-        <value id="x" type="double" label="X:" min="0" max="" step="0.1" default="0"/>
-        <value id="y" type="double" label="Y:" min="0" max="" step="0.1" default="0"/>
-        <value id="z" type="double" label="Z:" min="0" max="" step="0.1" default="0"/>
+        <doublevalue id="x" label="X:" max="50" step="1.0" default="0" icon=":pictures/x_point.png" tooltip="Set X"/>
+        <doublevalue id="y" label="Y:" min="x" default="1" icon=":pictures/y_point.png" tooltip="Set Y"/>
+        <doublevalue id="z" label="Z:" min="-20" step="0.1" default="2" icon=":pictures/z_point.png" tooltip="Set Z"/>
       </feature>
       <feature id="Axis" text="Axis" tooltip="Create a new axis" icon=":icons/axis.png" keysequence=""/>
       <feature id="Plane" text="Plane" tooltip="Create a new plane" icon=":icons/plane.png" keysequence=""/>