Salome HOME
Set font of the Root Label the same as in Tree View
[modules/shaper.git] / src / ConstructionPlugin / axis_widget.xml
index bdb7a148f57cbac91da12fa7ed7d6815528f6148..b683cceed5d72b9cb7e935821273f66c0183a17b 100644 (file)
@@ -2,10 +2,10 @@
 
 <source>
   <toolbox id="CreationMethod">
-    <box id="AxisByPointsCase" title="By two points" icon=":icons/point.png">
+    <box id="AxisByPointsCase" title="By two points" icon=":icons/by_two_points_32x32.png">
       <shape_selector id="FirstPoint"
         label="First point"
-        icon=":icons/by_two_points_32x32.png"
+        icon=":icons/point.png"
         tooltip="Select a first point"
         shape_types="vertex">
         <validator id="GeomValidators_ConstructionComposite"/>
         <validator id="GeomValidators_DifferentShapes"/>
       </shape_selector>
     </box>
-    <box id="AxisByCylindricalFaceCase" title="As axis of cylindrical face" icon=":icons/circle.png">
+    <box id="AxisByCylindricalFaceCase" title="As axis of cylindrical face" icon=":icons/cylindrical_face_32x32.png">
       <shape_selector id="CylindricalFace"
         label="Main object" 
-        icon=":icons/cylindrical_face_32x32.png" 
+        icon=":icons/circle.png" 
         tooltip="Select a cylindrical object"
         shape_types="face solid shell">
         <validator id="GeomValidators_Face" parameters="cylinder"/>