2023-05-03 21:21:04 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2022-09-24 00:16:52 +00:00
|
|
|
<component name="GridItemSmall" extends="Group">
|
|
|
|
<children>
|
|
|
|
<Poster id="backdrop" translation="[0,15]" width="230" height="320" loadDisplayMode="scaleToZoom" uri="pkg:/images/white.9.png" />
|
|
|
|
<Poster id="itemPoster" translation="[0,15]" width="230" height="320" loadDisplayMode="scaleToZoom" />
|
2022-12-17 00:23:32 +00:00
|
|
|
<ScrollingLabel translation="[0,340]" id="title" horizAlign="center" font="font:SmallSystemFont" repeatCount="0" maxWidth="230" />
|
2022-09-24 00:16:52 +00:00
|
|
|
<Poster id="itemIcon" width="50" height="50" translation="[230,10]" />
|
|
|
|
<Label id="posterText" width="230" height="320" translation="[5,5]" horizAlign="center" vertAlign="center" ellipsizeOnBoundary="true" wrap="true" />
|
|
|
|
</children>
|
|
|
|
<interface>
|
|
|
|
<field id="itemContent" type="node" onChange="itemContentChanged" />
|
2023-01-05 11:36:46 +00:00
|
|
|
<field id="itemHasFocus" type="boolean" onChange="focusChanged" alwaysNotify="true" />
|
2022-09-24 00:16:52 +00:00
|
|
|
</interface>
|
2023-05-03 21:21:04 +00:00
|
|
|
</component>
|