add show-pipes attribute to <text>

This commit is contained in:
2025-02-09 20:37:46 -06:00
parent 1103715faf
commit fcf0bcc324
3 changed files with 5 additions and 1 deletions

View File

@@ -4,7 +4,7 @@
<!-- OK button -->
<field name='text' top='34' left='55' width='293' height='98'/>
<button name='cancel' type='regular' top='141' left='222' def-key='esc'>Cancel</button>
<text top='142' left='7' width='198' height='15'>Use a '|' to indicate a line break.</text>
<text top='142' left='7' width='198' height='15' show-pipes='true'>Use a '|' to indicate a line break.</text>
<text name='num' top='8' left='287' width='37' height='14'/>
<pict name='pic' type='dlog' num='16' top='8' left='12'/>
<text size='large' top='6' left='50' width='138' height='17'>Editing Sign</text>

View File

@@ -186,6 +186,7 @@
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="show-pipes" type="xs:boolean" default="false"/>
<xs:attribute ref="def-key"/>
<xs:attribute name="fromlist" default="none" type="xs:string"/>
<xs:attributeGroup ref="rect-size"/>