rFactor2_vk_hud/src/overlay/elements/leaderboard/leaderboard_entry.xml

11 lines
473 B
XML
Raw Normal View History

2023-01-19 10:40:24 +00:00
<?xml-model href="../gui.xsd" type="application/xml" schematypes="http://www.w3.org/2001/XMLSchema"?>
2023-01-18 08:19:55 +00:00
<root>
2023-01-23 17:34:04 +00:00
<grid x_dim="15" y_dim="1" padding="3" margin="0">
2023-01-20 16:16:07 +00:00
<icon id="place" x_slot="0" y_slot="0" x_size="2" text_color="black"></icon>
<icon id="name"
x_slot="2"
2023-01-23 17:34:04 +00:00
y_slot="0" x_size="9" text_color="black"></icon>
<icon id="time" x_slot="11" y_slot="0"
x_size="4" text_color="black"></icon>
2023-01-18 08:19:55 +00:00
</grid>
</root>