Kaydet (Commit) 3ebf11eb authored tarafından Sébastien Le Ray's avatar Sébastien Le Ray Kaydeden (comit) Michael Meeks

Added shadow configuration to prefs schema.

üst d3f6682a
...@@ -361,6 +361,14 @@ ...@@ -361,6 +361,14 @@
<value xsi:nil="true"/> <value xsi:nil="true"/>
</prop> </prop>
</node> </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"> <node oor:name="WriterTextGrid">
<prop oor:name="Color"> <prop oor:name="Color">
<value xsi:nil="true"/> <value xsi:nil="true"/>
......
...@@ -199,6 +199,22 @@ ...@@ -199,6 +199,22 @@
</info> </info>
</prop> </prop>
</group> </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"> <group oor:name="WriterTextGrid">
<info> <info>
<desc>Specifies the settings for the text grid in Writer.</desc> <desc>Specifies the settings for the text grid in Writer.</desc>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment