2023-05-03 21:21:04 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2022-07-19 02:28:06 +00:00
|
|
|
<component name="IconButton" extends="Group">
|
|
|
|
<children>
|
2022-09-03 20:06:57 +00:00
|
|
|
<Poster id="buttonBackground" uri="pkg:/images/white.9.png" />
|
|
|
|
<Poster id="buttonIcon" />
|
|
|
|
<Label id="buttonText" color="#aaaaaa" font="font:SmallestSystemFont" horizAlign="center" />
|
2022-07-19 02:28:06 +00:00
|
|
|
</children>
|
|
|
|
<interface>
|
|
|
|
<field id="background" type="color" value="" />
|
|
|
|
<field id="focusBackground" type="color" value="" />
|
|
|
|
<field id="text" type="string" value="" />
|
|
|
|
<field id="padding" type="integer" value="-1" />
|
|
|
|
<field id="height" type="integer" value="" />
|
|
|
|
<field id="width" type="integer" value="" />
|
|
|
|
<field id="icon" type="string" value="" />
|
|
|
|
<field id="selected" type="boolean" value="false" />
|
2022-09-03 20:06:57 +00:00
|
|
|
<field id="focus" type="boolean" />
|
|
|
|
<field id="escape" type="string" value="" />
|
2022-07-19 02:28:06 +00:00
|
|
|
</interface>
|
2023-05-03 21:21:04 +00:00
|
|
|
</component>
|