wrong data type for the window border element
This commit is contained in:
parent
4d4e657cb7
commit
40c0bc4226
1 changed files with 1 additions and 1 deletions
|
@ -116,7 +116,7 @@
|
||||||
|
|
||||||
<xs:complexType name="window">
|
<xs:complexType name="window">
|
||||||
<xs:all>
|
<xs:all>
|
||||||
<xs:element name="border" type="obt:border" minOccurs="0"/>
|
<xs:element name="border" type="obt:color" minOccurs="0"/>
|
||||||
<xs:element name="clientpadding" type="obt:color" minOccurs="0"/>
|
<xs:element name="clientpadding" type="obt:color" minOccurs="0"/>
|
||||||
<xs:element name="titlebar" type="obt:area" minOccurs="0"/>
|
<xs:element name="titlebar" type="obt:area" minOccurs="0"/>
|
||||||
<xs:element name="label" type="obt:textarea" minOccurs="0"/>
|
<xs:element name="label" type="obt:textarea" minOccurs="0"/>
|
||||||
|
|
Loading…
Reference in a new issue