12 lines
No EOL
547 B
XML
12 lines
No EOL
547 B
XML
<?xml-model href="../gui.xsd" type="application/xml" schematypes="http://www.w3.org/2001/XMLSchema"?>
|
|
<root>
|
|
<grid x_dim="11" y_dim="1" padding="2" margin="2">
|
|
<label id="place" x_slot="0" y_slot="0" text_color="black" text_alignment="right"></label>
|
|
<label
|
|
id="name"
|
|
x_slot="1" y_slot="0" x_size="6" text_color="black" text_alignment="left"></label>
|
|
<label
|
|
id="time"
|
|
x_slot="7" y_slot="0" x_size="4" text_color="black" text_alignment="right"></label>
|
|
</grid>
|
|
</root> |