]> SALOME platform Git repositories - modules/shaper.git/commitdiff
Salome HOME
Fix indentation in src/SketchPlugin/plugin-Sketch.xml
authorspo <sergey.pokhodenko@opencascade.com>
Mon, 1 Jun 2015 12:55:10 +0000 (15:55 +0300)
committerspo <sergey.pokhodenko@opencascade.com>
Mon, 1 Jun 2015 12:56:04 +0000 (15:56 +0300)
src/SketchPlugin/plugin-Sketch.xml

index 9fffd310f1024f360fb394b0a6b5c91a4c035f96..8d972c07b4bc3a73c62b3dc1ebdee83b99690388 100644 (file)
     <!--  SketchConstraintLength  -->      
       <feature id="SketchConstraintLength" title="Length" tooltip="Set fixed length of a line segment" icon=":icons/length.png">
         <label title="Select a line on which to calculate length" tooltip="Select a line on which to calculate length"/>
-        <shape_selector id="ConstraintEntityA" label="Line" tooltip="Select an line" 
-            shape_types="edge" >
-        <validator id="GeomValidators_ShapeType" parameters="line"/>
-    </shape_selector>
+        <shape_selector id="ConstraintEntityA" label="Line" tooltip="Select an line" shape_types="edge" >
+          <validator id="GeomValidators_ShapeType" parameters="line"/>
+        </shape_selector>
         <sketch-2dpoint_selector id="ConstraintFlyoutValuePnt" default="computed" internal="1" obligatory="0"/>
         <doublevalue_editor label="Value" tooltip="Length" id="ConstraintValue" default="computed">
           <validator id="GeomValidators_Positive"/>