Added shadow configuration to prefs schema.
This commit is contained in:
parent
d3f6682a18
commit
3ebf11eb49
2 changed files with 24 additions and 0 deletions
|
@ -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"/>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue