Salome HOME
Fill the translation files and remove couts and debug work in Session
[modules/shaper.git] / src / ConstructionPlugin / point_widget.xml
index 506f48f56ab6a0c9703d1c9940605b8e017f2d89..5ce9fe1fb092330f74c6a6db4557f72bba254e28 100644 (file)
@@ -1,7 +1,7 @@
 <!-- Copyright (C) 2014-20xx CEA/DEN, EDF R&D -->
 
 <source>
-  <doublevalue id="x" label="X:" icon=":pictures/x_point.png" tooltip="Set X"/>
-  <doublevalue id="y" label="Y:" icon=":pictures/y_point.png" tooltip="Set Y"/>
-  <doublevalue id="z" label="Z:" icon=":pictures/z_point.png" tooltip="Set Z"/>
+  <doublevalue id="x" label="X " tooltip="X coordinate" default="0"/>
+  <doublevalue id="y" label="Y " tooltip="Y coordinate" default="0"/>
+  <doublevalue id="z" label="Z " tooltip="Z coordinate" default="0"/>
 </source>