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

11 lines
472 B
XML
Raw Normal View History

2023-01-19 11:40:24 +01:00
<?xml-model href="../gui.xsd" type="application/xml" schematypes="http://www.w3.org/2001/XMLSchema"?>
2023-01-18 09:19:55 +01:00
<root>
2023-01-20 22:10:38 +01:00
<grid x_dim="12" y_dim="1" padding="3" margin="0">
2023-01-20 17:16:07 +01: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-20 17:01:21 +01:00
y_slot="0" x_size="7" text_color="black"></icon>
2023-01-20 17:16:07 +01:00
<icon id="time" x_slot="9" y_slot="0"
2023-01-20 17:01:21 +01:00
x_size="3" text_color="black"></icon>
2023-01-18 09:19:55 +01:00
</grid>
</root>