Changed some property types.
This commit is contained in:
parent
112f90fbbb
commit
40805d6526
2 changed files with 4 additions and 4 deletions
|
@ -10,7 +10,7 @@
|
|||
<properties>
|
||||
<property>
|
||||
<name>color</name>
|
||||
<type>string</type>
|
||||
<type>color</type>
|
||||
<default>255 255 255 255</default>
|
||||
</property>
|
||||
<property>
|
||||
|
|
|
@ -25,17 +25,17 @@
|
|||
</property>
|
||||
<property>
|
||||
<name>col_normal</name>
|
||||
<type>string</type>
|
||||
<type>color</type>
|
||||
<default></default>
|
||||
</property>
|
||||
<property>
|
||||
<name>col_over</name>
|
||||
<type>string</type>
|
||||
<type>color</type>
|
||||
<default></default>
|
||||
</property>
|
||||
<property>
|
||||
<name>col_pushed</name>
|
||||
<type>string</type>
|
||||
<type>color</type>
|
||||
<default></default>
|
||||
</property>
|
||||
</properties>
|
||||
|
|
Loading…
Reference in a new issue