Salome HOME
Issue #1440 Crash when edit box with parameter: using width/length parameter for...
[modules/shaper.git] / src / PythonAddons / macros / box / widget.xml
index 9ef95858daf21d1d13d55cd4219011dfc960150b..e977b3e8cb34adf02f0fb09d2cf8247c2a40a1f5 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="dx: " min="0" step="1.0" default="50" tooltip="Sets the box width">
+      <feature id="Box" 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="dy: " 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="dz: " 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>