2023-01-18 08:19:55 +00:00
|
|
|
<?xml-model href="../gui.xsd" type="application/xml" schematypens="http://www.w3.org/2001/XMLSchema"?>
|
|
|
|
<root>
|
|
|
|
<grid id="grid" x_dim="9" y_dim="1">
|
2023-01-18 11:49:04 +00:00
|
|
|
<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_behind"
|
|
|
|
x_slot="7" y_slot="0" x_size="2" text_color="black" text_alignment="right"></label>
|
2023-01-18 08:19:55 +00:00
|
|
|
</grid>
|
|
|
|
</root>
|