<?xml-model href="../../gui.xsd" type="application/xml" schematypens="http://www.w3.org/2001/XMLSchema"?> <root> <grid x_dim="1" y_dim="10" padding="5" margin="5" background='{"background_color":"#945b09","border_color":"#543919","border_thickness":{"Pixel":2}}' button_normal='{"background_color":"#945b09","border_color":"#543919","border_thickness":{"Pixel":2}}' button_selected='{"background_color":"#c47503","border_color":"#543919","border_thickness":{"Pixel":2}}'> <grid x_slot="0" y_slot="0" x_dim="5" y_dim="5" y_size="9"> <button id="reference" x_slot="2" y_slot="1" fill_type="square"></button> <button id="first" x_slot="1" y_slot="3" fill_type="square"></button> <button id="second" x_slot="2" y_slot="3" fill_type="square"></button> <button id="third" x_slot="3" y_slot="3" fill_type="square"></button> </grid> <grid x_slot="0" y_slot="9" x_dim="3" y_dim="1"> <label id="combine" x_slot="1" y_slot="0" text_color="black" background='{"background_color":"#835219","border_color":"#543919","border_thickness":{"Pixel":5}}'>Combine</label> </grid> </grid> </root>