3a4b4a0845
* Decreasing number of items on TV Series grid to 6 and sizing for 2 rows * Reducing m.page_size to 48 from 50. Fixing collections page to have 6 per row
11 lines
417 B
XML
11 lines
417 B
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<component name="ItemGrid" extends="RowList">
|
|
<interface>
|
|
<field id="itemsPerRow" type="int" />
|
|
<field id="rowsPerPage" type="int" value="2" />
|
|
<field id="objects" type="associativearray" onChange="setupRows" />
|
|
<field id="escapeButton" type="string" alwaysNotify="true" />
|
|
</interface>
|
|
<script type="text/brightscript" uri="ItemGrid.brs" />
|
|
</component>
|