Added shadow configuration to prefs schema.

This commit is contained in:
Sébastien Le Ray 2011-03-08 08:02:57 +01:00 committed by Michael Meeks
parent d3f6682a18
commit 3ebf11eb49
2 changed files with 24 additions and 0 deletions

View file

@ -361,6 +361,14 @@
<value xsi:nil="true"/>
</prop>
</node>
<node oor:name="Shadow">
<prop oor:name="IsVisible">
<value>true</value>
</prop>
<prop oor:name="Color">
<value xsi:nil="true"/>
</prop>
</node>
<node oor:name="WriterTextGrid">
<prop oor:name="Color">
<value xsi:nil="true"/>

View file

@ -199,6 +199,22 @@
</info>
</prop>
</group>
<group oor:name="Shadow">
<info>
<desc>Specifies the settings for shadows.</desc>
</info>
<prop oor:name="IsVisible" oor:type="xs:boolean">
<info>
<desc>Specifies the visibility of shadows (true = visible).</desc>
</info>
<value>true</value>
</prop>
<prop oor:name="Color" oor:type="xs:int">
<info>
<desc>Specifies the color used for shadows.</desc>
</info>
</prop>
</group>
<group oor:name="WriterTextGrid">
<info>
<desc>Specifies the settings for the text grid in Writer.</desc>