]> SALOME platform Git repositories - modules/shaper.git/commitdiff
Salome HOME
Fix for the issue #869: more user-friendly names of attributes
authormpv <mpv@opencascade.com>
Thu, 3 Sep 2015 13:32:09 +0000 (16:32 +0300)
committermpv <mpv@opencascade.com>
Thu, 3 Sep 2015 13:32:09 +0000 (16:32 +0300)
src/PythonAddons/macros/box/widget.xml

index 9ef95858daf21d1d13d55cd4219011dfc960150b..f6a45426d8874dfe8c748a8a049710704d1d0876 100644 (file)
@@ -3,13 +3,13 @@
     <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">
+        <doublevalue id="width"  label="width: " min="0" step="1.0" default="50" tooltip="Sets the 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="Sets the 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="Sets the box height">
           <validator id="GeomValidators_Positive"/>
         </doublevalue>
       </feature>