Gtreetings! I have a defined within a builder an abstract field with size 2048 type string. I have also set the guitype as string. However, the field shown within the editor is very small. Is it possible for me to enlargen the input box so typing is a little bit easier?
_Curtney
.
.
.
<gui>
<guiname xml:lang="en">abstract</guiname>
<guitype>string</guitype>
</gui>
.
.
.
<type key="false" notnull="false" size="2048" state="persistent">STRING</type>
.
.
