Salome HOME
Rectangle correction to have coincidence with point/line selected for the first point...
[modules/shaper.git] / src / ConstructionPlugin / axis_widget.xml
index 86afa347385f6d33e9e0d53579d30f94aeb772cf..b683cceed5d72b9cb7e935821273f66c0183a17b 100644 (file)
@@ -2,7 +2,7 @@
 
 <source>
   <toolbox id="CreationMethod">
-    <box id="AxisByPointsCase" title="By two points">
+    <box id="AxisByPointsCase" title="By two points" icon=":icons/by_two_points_32x32.png">
       <shape_selector id="FirstPoint"
         label="First point"
         icon=":icons/point.png"
         shape_types="vertex">
         <validator id="GeomValidators_ConstructionComposite"/>
         <validator id="GeomValidators_ShapeType" parameters="vertex"/>
-        <validator id="PartSet_DifferentShapes"/>
+        <validator id="GeomValidators_DifferentShapes"/>
       </shape_selector>
     </box>
-    <box id="AxisByCylindricalFaceCase" title="As axis of cylindrical face">
+    <box id="AxisByCylindricalFaceCase" title="As axis of cylindrical face" icon=":icons/cylindrical_face_32x32.png">
       <shape_selector id="CylindricalFace"
         label="Main object" 
         icon=":icons/circle.png"