Salome HOME
Issue #2171: Avoid error message appears for tangency constraint
[modules/shaper.git] / src / PythonAddons / macros / box / widget.xml
index f6a45426d8874dfe8c748a8a049710704d1d0876..1bd4a648b718bab67f7a2ec40525f37e95f37bc8 100644 (file)
@@ -2,14 +2,14 @@
   <workbench id="Macros" document="Part">
     <group id="Samples">
 
-      <feature id="Box" title="Box" tooltip="Create a box parallel to xyz by extruding a rectangular" icon=":pictures/box_ico.png">
-        <doublevalue id="width"  label="width: " min="0" step="1.0" default="50" tooltip="Sets the box width">
+      <feature id="Box_script" title="Box" tooltip="Create a box parallel to xyz by extruding a rectangular" icon="icons/Addons/box_ico.png">
+        <doublevalue id="width"  label="Width: " min="0" step="1.0" default="50" tooltip="Box width">
           <validator id="GeomValidators_Positive"/>
         </doublevalue>
-        <doublevalue id="length" label="length: " min="0" step="1.0" default="50" tooltip="Sets the box length">
+        <doublevalue id="length" label="Length: " min="0" step="1.0" default="50" tooltip="Box length">
           <validator id="GeomValidators_Positive"/>
         </doublevalue>
-        <doublevalue id="height" label="height: " min="0" step="1.0" default="50" tooltip="Sets the box height">
+        <doublevalue id="height" label="Height: " min="0" step="1.0" default="50" tooltip="Box height">
           <validator id="GeomValidators_Positive"/>
         </doublevalue>
       </feature>