<?xml-model href="gui.xsd" type="application/xml" schematypens="http://www.w3.org/2001/XMLSchema"?>
<root reference_width="1280" reference_height="720" layer="11">
    <grid id="addon_grid" x_dim="1" y_dim="3" padding="4" margin="2"
        x_offset="0" y_offset="0" vert_align="top" hori_align="left"
        background='{"background_color":"#794c0a","border_color":"#543919","border_thickness":{"Pixel":2}}'
        width="300" height="120">
        <!-- header -->
        <grid x_slot="0" y_slot="0" x_dim="3" y_dim="1">
            <icon id="addon_icon" x_slot="0" y_slot="0"></icon>
            <label x_slot="1" y_slot="0" text_color="black">Addon</label>
        </grid>

        <label id="rarity_label" x_slot="0" y_slot="1">Rarity</label>

        <grid x_slot="0" y_slot="2" x_dim="2" y_dim="1" padding="3" margin="3">
            <label id="type" x_slot="0" y_slot="0" text_color="black">Type</label>
            <label id="value" x_slot="1" y_slot="0" text_color="black">Value</label>
        </grid>
    </grid>
</root>