11 lines
No EOL
751 B
XML
11 lines
No EOL
751 B
XML
<?xml-model href="../../gui.xsd" type="application/xml" schematypens="http://www.w3.org/2001/XMLSchema"?>
|
|
<root>
|
|
<grid x_dim="3" y_dim="1">
|
|
<label id="select" x_slot="0" y_slot="0" text_color="black"
|
|
background='{"background_color":"#835219","border_color":"#543919","border_thickness":{"Pixel":5}}'>Select</label>
|
|
<label id="start" x_slot="1" y_slot="0" text_color="black"
|
|
background='{"background_color":"#835219","border_color":"#543919","border_thickness":{"Pixel":5}}'>Start</label>
|
|
<label id="switch_mode" x_slot="2" y_slot="0" text_color="black"
|
|
background='{"background_color":"#835219","border_color":"#543919","border_thickness":{"Pixel":5}}'>Switch</label>
|
|
</grid>
|
|
</root> |