Enum fields should have type "enum", not "text".

This commit is contained in:
Michael Jumper
2013-03-12 13:40:18 -07:00
parent 479d16b704
commit 0ca02f937f
2 changed files with 2 additions and 2 deletions

View File

@@ -10,7 +10,7 @@
<param name="width" type="numeric" title="Display width"/>
<param name="height" type="numeric" title="Display height"/>
<param name="color-depth" type="text" title="Color depth">
<param name="color-depth" type="enum" title="Color depth">
<option value="8">256 color</option>
<option value="16">Low color (16-bit)</option>
<option value="24">True color (24-bit)</option>

View File

@@ -7,7 +7,7 @@
<param name="read-only" type="boolean" title="Read-only"/>
<param name="swap-red-blue" type="boolean" title="Swap red/blue components"/>
<param name="color-depth" type="text" title="Color depth">
<param name="color-depth" type="enum" title="Color depth">
<option value="8">256 color</option>
<option value="16">Low color (16-bit)</option>
<option value="24">True color (24-bit)</option>