Skip to content

Commit

Permalink
Add 0 dimenions to ThmUtil schema.
Browse files Browse the repository at this point in the history
  • Loading branch information
barnson committed Sep 14, 2022
1 parent c6f2d28 commit aac686c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/xsd4/thmutil.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -1217,7 +1217,7 @@
</xs:attribute>
<xs:attribute name="Height" type="xs:int" use="required">
<xs:annotation>
<xs:documentation>Height of the control. Non-positive values extend the control to the bottom of the window minus the value.</xs:documentation>
<xs:documentation>Height of the control. Non-positive values extend the control to the bottom of the window minus the value. A zero value extends the control to the bottom of the window.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="HexStyle" type="xs:hexBinary">
Expand Down Expand Up @@ -1249,7 +1249,7 @@
</xs:attribute>
<xs:attribute name="Width" type="xs:int" use="required">
<xs:annotation>
<xs:documentation>Width of the control. Non-positive values extend the control to the right of the window minus the value.</xs:documentation>
<xs:documentation>Width of the control. Non-positive values extend the control to the right of the window minus the value. A zero value extends the control to the right of the window.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="X" type="xs:int" use="required">
Expand Down

0 comments on commit aac686c

Please sign in to comment.