<root>
    <!-- loot slot -->
    <grid x_dim="1" y_dim="1" padding="5">
        <grid id="snippet_grid" x_slot="0" y_slot="0" x_dim="5" y_dim="1" background="#919191" button_normal="#919191" button_selected="#aaaaaa" margin="0">
            <button id="item_icon" x_slot="0" y_slot="0" select_mode="none"></button>

            <!-- stats -->
            <label id="strength_info" x_slot="1" y_slot="0" text_ratio="0.7" text_color="#C23519">0</label>
            <label id="agility_info" x_slot="2" y_slot="0" text_ratio="0.7" text_color="#65D01E">0</label>
            <label id="intelligence_info" x_slot="3" y_slot="0" text_ratio="0.7" text_color="#1D63B3">0</label>

            <button id="disassemble" x_slot="4" y_slot="0" select_mode="none"></button>
        </grid>
    </grid>
</root>