make text-size an optional attribute of button

This commit is contained in:
2024-11-25 19:12:42 -06:00
committed by Celtic Minstrel
parent f47229417b
commit 2b01a18bb3
5 changed files with 14 additions and 8 deletions

View File

@@ -207,6 +207,7 @@
</xs:sequence>
<xs:attribute name="name" use="required" type="xs:token"/>
<xs:attribute name="type" use="required" type="btntype"/>
<xs:attribute name="text-size" type="xs:integer"/>
<xs:attribute name="wrap" default="false" type="bool"/>
<xs:attribute ref="def-key"/>
<xs:attribute name="fromlist" default="none" type="xs:string"/>