Salome HOME
Rectangle correction to have coincidence with point/line selected for the first point...
[modules/shaper.git] / src / FeaturesPlugin / rotation_widget.xml
index 367f3bb0afe5fbd2c84f61d9112418fc51014758..002fbee48ff959bce4b1721975cbc43e2a559a32 100755 (executable)
@@ -4,9 +4,11 @@
   <multi_selector id="main_objects"
     label="Main objects"
     icon=":icons/cut_shape.png"
-    tooltip="Select a solid objects"
-    type_choice="Solids"
+    tooltip="Select solid objects"
+    type_choice="solid"
+    use_choice="false"
     concealment="true">
+    <validator id="FeaturesPlugin_ValidatorTransform"/>
   </multi_selector>
   <shape_selector id="axis_object"
                   icon=":icons/axis.png"
@@ -23,7 +25,7 @@
     max="360"
     step="1.0"
     default="0"
-    icon=":icons/radius.png"
+    icon=":icons/angle.png"
     tooltip="Angle">
   </doublevalue>
 </source>
\ No newline at end of file