Move GEOM module preferences from the common SalomeApp.xml file to the own GEOM module's one.

This commit is contained in:
vsr 2006-04-26 09:35:43 +00:00
parent eda03521e0
commit 39d40ae695

View File

@ -8,4 +8,10 @@
<!-- Module resources --> <!-- Module resources -->
<parameter name="GEOM" value="${GEOM_ROOT_DIR}/share/salome/resources"/> <parameter name="GEOM" value="${GEOM_ROOT_DIR}/share/salome/resources"/>
</section> </section>
<section name="Geometry" >
<!-- Other module preferences -->
<parameter name="SettingsGeomStep" value="10" />
<parameter name="display_mode" value="0" />
<parameter name="shading_color" value="255, 255, 0" />
</section>
</document> </document>